MultiMesh

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

PackedFloat32Array

buffer

PackedFloat32Array()

PackedColorArray

color_array

AABB

custom_aabb

AABB(0, 0, 0, 0, 0, 0)

PackedColorArray

custom_data_array

int

instance_count

0

Mesh

mesh

PackedVector2Array

transform_2d_array

PackedVector3Array

transform_array

TransformFormat

transform_format

0

bool

use_colors

false

bool

use_custom_data

false

int

visible_instance_count

-1

Methods

AABB

get_aabb ( ) const

Color

get_instance_color ( int instance ) const

Color

get_instance_custom_data ( int instance ) const

Transform3D

get_instance_transform ( int instance ) const

Transform2D

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()

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)

  • void set_custom_aabb ( AABB value )

  • AABB get_custom_aabb ( )

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

  • void set_instance_count ( int value )

  • int get_instance_count ( )

There is currently no description for this property. Please help us by contributing one!


Mesh mesh

  • void set_mesh ( Mesh value )

  • Mesh get_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

There is currently no description for this property. Please help us by contributing one!


bool use_colors = false

  • void set_use_colors ( bool value )

  • bool is_using_colors ( )

There is currently no description for this property. Please help us by contributing one!


bool use_custom_data = false

  • void set_use_custom_data ( bool value )

  • bool is_using_custom_data ( )

There is currently no description for this property. Please help us by contributing one!


int visible_instance_count = -1

  • void set_visible_instance_count ( int value )

  • int get_visible_instance_count ( )

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!