1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the MeshInstance2D.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_MeshInstance2D:
- MeshInstance2D
- ==============
- **Inherits:** :ref:`Node2D<class_Node2D>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
- **Category:** Core
- Brief Description
- -----------------
- Properties
- ----------
- +-------------------------------+-------------------------------------------------------------+
- | :ref:`Mesh<class_Mesh>` | :ref:`mesh<class_MeshInstance2D_property_mesh>` |
- +-------------------------------+-------------------------------------------------------------+
- | :ref:`Texture<class_Texture>` | :ref:`normal_map<class_MeshInstance2D_property_normal_map>` |
- +-------------------------------+-------------------------------------------------------------+
- | :ref:`Texture<class_Texture>` | :ref:`texture<class_MeshInstance2D_property_texture>` |
- +-------------------------------+-------------------------------------------------------------+
- Property Descriptions
- ---------------------
- .. _class_MeshInstance2D_property_mesh:
- - :ref:`Mesh<class_Mesh>` **mesh**
- +----------+-----------------+
- | *Setter* | set_mesh(value) |
- +----------+-----------------+
- | *Getter* | get_mesh() |
- +----------+-----------------+
- .. _class_MeshInstance2D_property_normal_map:
- - :ref:`Texture<class_Texture>` **normal_map**
- +----------+-----------------------+
- | *Setter* | set_normal_map(value) |
- +----------+-----------------------+
- | *Getter* | get_normal_map() |
- +----------+-----------------------+
- .. _class_MeshInstance2D_property_texture:
- - :ref:`Texture<class_Texture>` **texture**
- +----------+--------------------+
- | *Setter* | set_texture(value) |
- +----------+--------------------+
- | *Getter* | get_texture() |
- +----------+--------------------+
|