123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the AnimationNodeStateMachinePlayback.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_AnimationNodeStateMachinePlayback:
- AnimationNodeStateMachinePlayback
- =================================
- **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +------------------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_string>` | :ref:`get_current_node<class_AnimationNodeStateMachinePlayback_get_current_node>` **(** **)** const |
- +------------------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | :ref:`PoolStringArray<class_poolstringarray>` | :ref:`get_travel_path<class_AnimationNodeStateMachinePlayback_get_travel_path>` **(** **)** const |
- +------------------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_playing<class_AnimationNodeStateMachinePlayback_is_playing>` **(** **)** const |
- +------------------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | void | :ref:`start<class_AnimationNodeStateMachinePlayback_start>` **(** :ref:`String<class_string>` node **)** |
- +------------------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | void | :ref:`stop<class_AnimationNodeStateMachinePlayback_stop>` **(** **)** |
- +------------------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | void | :ref:`travel<class_AnimationNodeStateMachinePlayback_travel>` **(** :ref:`String<class_string>` to_node **)** |
- +------------------------------------------------+---------------------------------------------------------------------------------------------------------------+
- Member Function Description
- ---------------------------
- .. _class_AnimationNodeStateMachinePlayback_get_current_node:
- - :ref:`String<class_string>` **get_current_node** **(** **)** const
- .. _class_AnimationNodeStateMachinePlayback_get_travel_path:
- - :ref:`PoolStringArray<class_poolstringarray>` **get_travel_path** **(** **)** const
- .. _class_AnimationNodeStateMachinePlayback_is_playing:
- - :ref:`bool<class_bool>` **is_playing** **(** **)** const
- .. _class_AnimationNodeStateMachinePlayback_start:
- - void **start** **(** :ref:`String<class_string>` node **)**
- .. _class_AnimationNodeStateMachinePlayback_stop:
- - void **stop** **(** **)**
- .. _class_AnimationNodeStateMachinePlayback_travel:
- - void **travel** **(** :ref:`String<class_string>` to_node **)**
|