1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the AnimationNodeAnimation.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_AnimationNodeAnimation:
- AnimationNodeAnimation
- ======================
- **Inherits:** :ref:`AnimationRootNode<class_animationrootnode>` **<** :ref:`AnimationNode<class_animationnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +----------------------------+--------------------------------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`get_playback_time<class_AnimationNodeAnimation_get_playback_time>` **(** **)** const |
- +----------------------------+--------------------------------------------------------------------------------------------+
- Member Variables
- ----------------
- .. _class_AnimationNodeAnimation_animation:
- - :ref:`String<class_string>` **animation**
- Member Function Description
- ---------------------------
- .. _class_AnimationNodeAnimation_get_playback_time:
- - :ref:`float<class_float>` **get_playback_time** **(** **)** const
|