class_gltfmesh.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the GLTFMesh.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_GLTFMesh:
  6. GLTFMesh
  7. ========
  8. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +-------------------------------------------+-------------------------------------------------------------+-----------------------+
  12. | :ref:`PoolRealArray<class_PoolRealArray>` | :ref:`blend_weights<class_GLTFMesh_property_blend_weights>` | ``PoolRealArray( )`` |
  13. +-------------------------------------------+-------------------------------------------------------------+-----------------------+
  14. | :ref:`ArrayMesh<class_ArrayMesh>` | :ref:`mesh<class_GLTFMesh_property_mesh>` | |
  15. +-------------------------------------------+-------------------------------------------------------------+-----------------------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_GLTFMesh_property_blend_weights:
  19. - :ref:`PoolRealArray<class_PoolRealArray>` **blend_weights**
  20. +-----------+--------------------------+
  21. | *Default* | ``PoolRealArray( )`` |
  22. +-----------+--------------------------+
  23. | *Setter* | set_blend_weights(value) |
  24. +-----------+--------------------------+
  25. | *Getter* | get_blend_weights() |
  26. +-----------+--------------------------+
  27. ----
  28. .. _class_GLTFMesh_property_mesh:
  29. - :ref:`ArrayMesh<class_ArrayMesh>` **mesh**
  30. +----------+-----------------+
  31. | *Setter* | set_mesh(value) |
  32. +----------+-----------------+
  33. | *Getter* | get_mesh() |
  34. +----------+-----------------+
  35. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  36. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  37. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`