.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/MultiMesh.xml. .. _class_MultiMesh: MultiMesh ========= **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`PackedFloat32Array` | :ref:`buffer` | ``PackedFloat32Array()`` | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`PackedColorArray` | :ref:`color_array` | | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`AABB` | :ref:`custom_aabb` | ``AABB(0, 0, 0, 0, 0, 0)`` | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`PackedColorArray` | :ref:`custom_data_array` | | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`int` | :ref:`instance_count` | ``0`` | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`Mesh` | :ref:`mesh` | | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`PackedVector2Array` | :ref:`transform_2d_array` | | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`PackedVector3Array` | :ref:`transform_array` | | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`TransformFormat` | :ref:`transform_format` | ``0`` | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`bool` | :ref:`use_colors` | ``false`` | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`bool` | :ref:`use_custom_data` | ``false`` | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ | :ref:`int` | :ref:`visible_instance_count` | ``-1`` | +--------------------------------------------------------+--------------------------------------------------------------------------------+----------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`AABB` | :ref:`get_aabb` **(** **)** |const| | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`get_instance_color` **(** :ref:`int` instance **)** |const| | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Color` | :ref:`get_instance_custom_data` **(** :ref:`int` instance **)** |const| | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Transform3D` | :ref:`get_instance_transform` **(** :ref:`int` instance **)** |const| | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Transform2D` | :ref:`get_instance_transform_2d` **(** :ref:`int` instance **)** |const| | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_instance_color` **(** :ref:`int` instance, :ref:`Color` color **)** | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_instance_custom_data` **(** :ref:`int` instance, :ref:`Color` custom_data **)** | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_instance_transform` **(** :ref:`int` instance, :ref:`Transform3D` transform **)** | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_instance_transform_2d` **(** :ref:`int` instance, :ref:`Transform2D` transform **)** | +---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_MultiMesh_TransformFormat: .. rst-class:: classref-enumeration enum **TransformFormat**: .. _class_MultiMesh_constant_TRANSFORM_2D: .. rst-class:: classref-enumeration-constant :ref:`TransformFormat` **TRANSFORM_2D** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_MultiMesh_constant_TRANSFORM_3D: .. rst-class:: classref-enumeration-constant :ref:`TransformFormat` **TRANSFORM_3D** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_MultiMesh_property_buffer: .. rst-class:: classref-property :ref:`PackedFloat32Array` **buffer** = ``PackedFloat32Array()`` .. rst-class:: classref-property-setget - void **set_buffer** **(** :ref:`PackedFloat32Array` value **)** - :ref:`PackedFloat32Array` **get_buffer** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_color_array: .. rst-class:: classref-property :ref:`PackedColorArray` **color_array** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_custom_aabb: .. rst-class:: classref-property :ref:`AABB` **custom_aabb** = ``AABB(0, 0, 0, 0, 0, 0)`` .. rst-class:: classref-property-setget - void **set_custom_aabb** **(** :ref:`AABB` value **)** - :ref:`AABB` **get_custom_aabb** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_custom_data_array: .. rst-class:: classref-property :ref:`PackedColorArray` **custom_data_array** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_instance_count: .. rst-class:: classref-property :ref:`int` **instance_count** = ``0`` .. rst-class:: classref-property-setget - void **set_instance_count** **(** :ref:`int` value **)** - :ref:`int` **get_instance_count** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_mesh: .. rst-class:: classref-property :ref:`Mesh` **mesh** .. rst-class:: classref-property-setget - void **set_mesh** **(** :ref:`Mesh` value **)** - :ref:`Mesh` **get_mesh** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_transform_2d_array: .. rst-class:: classref-property :ref:`PackedVector2Array` **transform_2d_array** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_transform_array: .. rst-class:: classref-property :ref:`PackedVector3Array` **transform_array** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_transform_format: .. rst-class:: classref-property :ref:`TransformFormat` **transform_format** = ``0`` .. rst-class:: classref-property-setget - void **set_transform_format** **(** :ref:`TransformFormat` value **)** - :ref:`TransformFormat` **get_transform_format** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_use_colors: .. rst-class:: classref-property :ref:`bool` **use_colors** = ``false`` .. rst-class:: classref-property-setget - void **set_use_colors** **(** :ref:`bool` value **)** - :ref:`bool` **is_using_colors** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_use_custom_data: .. rst-class:: classref-property :ref:`bool` **use_custom_data** = ``false`` .. rst-class:: classref-property-setget - void **set_use_custom_data** **(** :ref:`bool` value **)** - :ref:`bool` **is_using_custom_data** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_property_visible_instance_count: .. rst-class:: classref-property :ref:`int` **visible_instance_count** = ``-1`` .. rst-class:: classref-property-setget - void **set_visible_instance_count** **(** :ref:`int` value **)** - :ref:`int` **get_visible_instance_count** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_MultiMesh_method_get_aabb: .. rst-class:: classref-method :ref:`AABB` **get_aabb** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_method_get_instance_color: .. rst-class:: classref-method :ref:`Color` **get_instance_color** **(** :ref:`int` instance **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_method_get_instance_custom_data: .. rst-class:: classref-method :ref:`Color` **get_instance_custom_data** **(** :ref:`int` instance **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_method_get_instance_transform: .. rst-class:: classref-method :ref:`Transform3D` **get_instance_transform** **(** :ref:`int` instance **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_method_get_instance_transform_2d: .. rst-class:: classref-method :ref:`Transform2D` **get_instance_transform_2d** **(** :ref:`int` instance **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_method_set_instance_color: .. rst-class:: classref-method void **set_instance_color** **(** :ref:`int` instance, :ref:`Color` color **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_method_set_instance_custom_data: .. rst-class:: classref-method void **set_instance_custom_data** **(** :ref:`int` instance, :ref:`Color` custom_data **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_method_set_instance_transform: .. rst-class:: classref-method void **set_instance_transform** **(** :ref:`int` instance, :ref:`Transform3D` transform **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiMesh_method_set_instance_transform_2d: .. rst-class:: classref-method void **set_instance_transform_2d** **(** :ref:`int` instance, :ref:`Transform2D` transform **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`