12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .. 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>` |
- +-------------------------------+-------------------------------------------------------------+
- Tutorials
- ---------
- - :doc:`../tutorials/2d/2d_meshes`
- 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() |
- +----------+--------------------+
|