.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/AnimationNodeAnimation.xml. .. _class_AnimationNodeAnimation: AnimationNodeAnimation ====================== **Inherits:** :ref:`AnimationRootNode` **<** :ref:`AnimationNode` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-------------------------------------------------------+---------------------------------------------------------------------------------------+-----------+ | :ref:`StringName` | :ref:`animation` | ``&""`` | +-------------------------------------------------------+---------------------------------------------------------------------------------------+-----------+ | :ref:`LoopMode` | :ref:`loop_mode` | | +-------------------------------------------------------+---------------------------------------------------------------------------------------+-----------+ | :ref:`PlayMode` | :ref:`play_mode` | ``0`` | +-------------------------------------------------------+---------------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`start_offset` | | +-------------------------------------------------------+---------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`stretch_time_scale` | | +-------------------------------------------------------+---------------------------------------------------------------------------------------+-----------+ | :ref:`float` | :ref:`timeline_length` | | +-------------------------------------------------------+---------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`use_custom_timeline` | ``false`` | +-------------------------------------------------------+---------------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_AnimationNodeAnimation_PlayMode: .. rst-class:: classref-enumeration enum **PlayMode**: .. _class_AnimationNodeAnimation_constant_PLAY_MODE_FORWARD: .. rst-class:: classref-enumeration-constant :ref:`PlayMode` **PLAY_MODE_FORWARD** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AnimationNodeAnimation_constant_PLAY_MODE_BACKWARD: .. rst-class:: classref-enumeration-constant :ref:`PlayMode` **PLAY_MODE_BACKWARD** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_AnimationNodeAnimation_property_animation: .. rst-class:: classref-property :ref:`StringName` **animation** = ``&""`` .. rst-class:: classref-property-setget - void **set_animation** **(** :ref:`StringName` value **)** - :ref:`StringName` **get_animation** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeAnimation_property_loop_mode: .. rst-class:: classref-property :ref:`LoopMode` **loop_mode** .. rst-class:: classref-property-setget - void **set_loop_mode** **(** :ref:`LoopMode` value **)** - :ref:`LoopMode` **get_loop_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeAnimation_property_play_mode: .. rst-class:: classref-property :ref:`PlayMode` **play_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_play_mode** **(** :ref:`PlayMode` value **)** - :ref:`PlayMode` **get_play_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeAnimation_property_start_offset: .. rst-class:: classref-property :ref:`float` **start_offset** .. rst-class:: classref-property-setget - void **set_start_offset** **(** :ref:`float` value **)** - :ref:`float` **get_start_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeAnimation_property_stretch_time_scale: .. rst-class:: classref-property :ref:`bool` **stretch_time_scale** .. rst-class:: classref-property-setget - void **set_stretch_time_scale** **(** :ref:`bool` value **)** - :ref:`bool` **is_stretching_time_scale** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeAnimation_property_timeline_length: .. rst-class:: classref-property :ref:`float` **timeline_length** .. rst-class:: classref-property-setget - void **set_timeline_length** **(** :ref:`float` value **)** - :ref:`float` **get_timeline_length** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeAnimation_property_use_custom_timeline: .. rst-class:: classref-property :ref:`bool` **use_custom_timeline** = ``false`` .. rst-class:: classref-property-setget - void **set_use_custom_timeline** **(** :ref:`bool` value **)** - :ref:`bool` **is_using_custom_timeline** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`