class_animationnodeanimation.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the AnimationNodeAnimation.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_AnimationNodeAnimation:
  5. AnimationNodeAnimation
  6. ======================
  7. **Inherits:** :ref:`AnimationRootNode<class_AnimationRootNode>` **<** :ref:`AnimationNode<class_AnimationNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +-----------------------------+----------------------------------------------------------+
  14. | :ref:`String<class_String>` | :ref:`animation<class_AnimationNodeAnimation_animation>` |
  15. +-----------------------------+----------------------------------------------------------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_AnimationNodeAnimation_animation:
  19. - :ref:`String<class_String>` **animation**
  20. +----------+----------------------+
  21. | *Setter* | set_animation(value) |
  22. +----------+----------------------+
  23. | *Getter* | get_animation() |
  24. +----------+----------------------+