MultiMesh
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_aabb ( ) const |
|
get_instance_color ( int instance ) const |
|
get_instance_custom_data ( int instance ) const |
|
get_instance_transform ( int instance ) const |
|
get_instance_transform_2d ( int instance ) const |
|
void |
set_instance_color ( int instance, Color color ) |
void |
set_instance_custom_data ( int instance, Color custom_data ) |
void |
set_instance_transform ( int instance, Transform3D transform ) |
void |
set_instance_transform_2d ( int instance, Transform2D transform ) |
Enumerations
enum TransformFormat:
TransformFormat TRANSFORM_2D = 0
There is currently no description for this enum. Please help us by contributing one!
TransformFormat TRANSFORM_3D = 1
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
PackedFloat32Array buffer = PackedFloat32Array()
void set_buffer ( PackedFloat32Array value )
PackedFloat32Array get_buffer ( )
There is currently no description for this property. Please help us by contributing one!
PackedColorArray color_array
There is currently no description for this property. Please help us by contributing one!
AABB custom_aabb = AABB(0, 0, 0, 0, 0, 0)
There is currently no description for this property. Please help us by contributing one!
PackedColorArray custom_data_array
There is currently no description for this property. Please help us by contributing one!
int instance_count = 0
There is currently no description for this property. Please help us by contributing one!
Mesh mesh
There is currently no description for this property. Please help us by contributing one!
PackedVector2Array transform_2d_array
There is currently no description for this property. Please help us by contributing one!
PackedVector3Array transform_array
There is currently no description for this property. Please help us by contributing one!
TransformFormat transform_format = 0
void set_transform_format ( TransformFormat value )
TransformFormat get_transform_format ( )
There is currently no description for this property. Please help us by contributing one!
bool use_colors = false
There is currently no description for this property. Please help us by contributing one!
bool use_custom_data = false
There is currently no description for this property. Please help us by contributing one!
int visible_instance_count = -1
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
AABB get_aabb ( ) const
There is currently no description for this method. Please help us by contributing one!
Color get_instance_color ( int instance ) const
There is currently no description for this method. Please help us by contributing one!
Color get_instance_custom_data ( int instance ) const
There is currently no description for this method. Please help us by contributing one!
Transform3D get_instance_transform ( int instance ) const
There is currently no description for this method. Please help us by contributing one!
Transform2D get_instance_transform_2d ( int instance ) const
There is currently no description for this method. Please help us by contributing one!
void set_instance_color ( int instance, Color color )
There is currently no description for this method. Please help us by contributing one!
void set_instance_custom_data ( int instance, Color custom_data )
There is currently no description for this method. Please help us by contributing one!
void set_instance_transform ( int instance, Transform3D transform )
There is currently no description for this method. Please help us by contributing one!
void set_instance_transform_2d ( int instance, Transform2D transform )
There is currently no description for this method. Please help us by contributing one!