class_gltfanimation.rst 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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/3.6/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/3.6/modules/gltf/doc_classes/GLTFAnimation.xml.
  6. .. _class_GLTFAnimation:
  7. GLTFAnimation
  8. =============
  9. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  10. .. rst-class:: classref-introduction-group
  11. Description
  12. -----------
  13. **Note:** This class is only compiled in editor builds. Run-time glTF loading and saving is *not* available in exported projects. References to **GLTFAnimation** within a script will cause an error in an exported project.
  14. .. rst-class:: classref-reftable-group
  15. Properties
  16. ----------
  17. .. table::
  18. :widths: auto
  19. +-------------------------+------------------------------------------------+-----------+
  20. | :ref:`bool<class_bool>` | :ref:`loop<class_GLTFAnimation_property_loop>` | ``false`` |
  21. +-------------------------+------------------------------------------------+-----------+
  22. .. rst-class:: classref-section-separator
  23. ----
  24. .. rst-class:: classref-descriptions-group
  25. Property Descriptions
  26. ---------------------
  27. .. _class_GLTFAnimation_property_loop:
  28. .. rst-class:: classref-property
  29. :ref:`bool<class_bool>` **loop** = ``false``
  30. .. rst-class:: classref-property-setget
  31. - void **set_loop** **(** :ref:`bool<class_bool>` value **)**
  32. - :ref:`bool<class_bool>` **get_loop** **(** **)**
  33. .. container:: contribute
  34. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  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.)`
  38. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`