class_importermeshinstance3d.rst 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/ImporterMeshInstance3D.xml.
  6. .. _class_ImporterMeshInstance3D:
  7. ImporterMeshInstance3D
  8. ======================
  9. **Inherits:** :ref:`Node3D<class_Node3D>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. Properties
  13. ----------
  14. +-----------------------------------------+---------------------------------------------------------------------------+------------------+
  15. | :ref:`ImporterMesh<class_ImporterMesh>` | :ref:`mesh<class_ImporterMeshInstance3D_property_mesh>` | |
  16. +-----------------------------------------+---------------------------------------------------------------------------+------------------+
  17. | :ref:`NodePath<class_NodePath>` | :ref:`skeleton_path<class_ImporterMeshInstance3D_property_skeleton_path>` | ``NodePath("")`` |
  18. +-----------------------------------------+---------------------------------------------------------------------------+------------------+
  19. | :ref:`Skin<class_Skin>` | :ref:`skin<class_ImporterMeshInstance3D_property_skin>` | |
  20. +-----------------------------------------+---------------------------------------------------------------------------+------------------+
  21. Property Descriptions
  22. ---------------------
  23. .. _class_ImporterMeshInstance3D_property_mesh:
  24. - :ref:`ImporterMesh<class_ImporterMesh>` **mesh**
  25. +----------+-----------------+
  26. | *Setter* | set_mesh(value) |
  27. +----------+-----------------+
  28. | *Getter* | get_mesh() |
  29. +----------+-----------------+
  30. .. container:: contribute
  31. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  32. ----
  33. .. _class_ImporterMeshInstance3D_property_skeleton_path:
  34. - :ref:`NodePath<class_NodePath>` **skeleton_path**
  35. +-----------+--------------------------+
  36. | *Default* | ``NodePath("")`` |
  37. +-----------+--------------------------+
  38. | *Setter* | set_skeleton_path(value) |
  39. +-----------+--------------------------+
  40. | *Getter* | get_skeleton_path() |
  41. +-----------+--------------------------+
  42. .. container:: contribute
  43. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  44. ----
  45. .. _class_ImporterMeshInstance3D_property_skin:
  46. - :ref:`Skin<class_Skin>` **skin**
  47. +----------+-----------------+
  48. | *Setter* | set_skin(value) |
  49. +----------+-----------------+
  50. | *Getter* | get_skin() |
  51. +----------+-----------------+
  52. .. container:: contribute
  53. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  54. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  55. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  56. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  57. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  58. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  59. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`