MeshLibrary
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
clear ( ) |
void |
create_item ( int id ) |
find_item_by_name ( String name ) const |
|
get_item_list ( ) const |
|
get_item_mesh ( int id ) const |
|
get_item_mesh_transform ( int id ) const |
|
get_item_name ( int id ) const |
|
get_item_navigation_layers ( int id ) const |
|
get_item_navigation_mesh ( int id ) const |
|
get_item_navigation_mesh_transform ( int id ) const |
|
get_item_preview ( int id ) const |
|
get_item_shapes ( int id ) const |
|
get_last_unused_item_id ( ) const |
|
void |
remove_item ( int id ) |
void |
set_item_mesh ( int id, Mesh mesh ) |
void |
set_item_mesh_transform ( int id, Transform3D mesh_transform ) |
void |
set_item_name ( int id, String name ) |
void |
set_item_navigation_layers ( int id, int navigation_layers ) |
void |
set_item_navigation_mesh ( int id, NavigationMesh navigation_mesh ) |
void |
set_item_navigation_mesh_transform ( int id, Transform3D navigation_mesh ) |
void |
set_item_preview ( int id, Texture2D texture ) |
void |
set_item_shapes ( int id, Array shapes ) |
Method Descriptions
void clear ( )
There is currently no description for this method. Please help us by contributing one!
void create_item ( int id )
There is currently no description for this method. Please help us by contributing one!
int find_item_by_name ( String name ) const
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array get_item_list ( ) const
There is currently no description for this method. Please help us by contributing one!
Mesh get_item_mesh ( int id ) const
There is currently no description for this method. Please help us by contributing one!
Transform3D get_item_mesh_transform ( int id ) const
There is currently no description for this method. Please help us by contributing one!
String get_item_name ( int id ) const
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Texture2D get_item_preview ( int id ) const
There is currently no description for this method. Please help us by contributing one!
Array get_item_shapes ( int id ) const
There is currently no description for this method. Please help us by contributing one!
int get_last_unused_item_id ( ) const
There is currently no description for this method. Please help us by contributing one!
void remove_item ( int id )
There is currently no description for this method. Please help us by contributing one!
void set_item_mesh ( int id, Mesh mesh )
There is currently no description for this method. Please help us by contributing one!
void set_item_mesh_transform ( int id, Transform3D mesh_transform )
There is currently no description for this method. Please help us by contributing one!
void set_item_name ( int id, String name )
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
void set_item_preview ( int id, Texture2D texture )
There is currently no description for this method. Please help us by contributing one!
void set_item_shapes ( int id, Array shapes )
There is currently no description for this method. Please help us by contributing one!