.. 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/AnimatedSprite3D.xml. .. _class_AnimatedSprite3D: AnimatedSprite3D ================ **Inherits:** :ref:`SpriteBase3D` **<** :ref:`GeometryInstance3D` **<** :ref:`VisualInstance3D` **<** :ref:`Node3D` **<** :ref:`Node` **<** :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` | ``&"default"`` | +-----------------------------------------+-----------------------------------------------------------------------+----------------+ | :ref:`String` | :ref:`autoplay` | ``""`` | +-----------------------------------------+-----------------------------------------------------------------------+----------------+ | :ref:`int` | :ref:`frame` | ``0`` | +-----------------------------------------+-----------------------------------------------------------------------+----------------+ | :ref:`float` | :ref:`frame_progress` | ``0.0`` | +-----------------------------------------+-----------------------------------------------------------------------+----------------+ | :ref:`float` | :ref:`speed_scale` | ``1.0`` | +-----------------------------------------+-----------------------------------------------------------------------+----------------+ | :ref:`SpriteFrames` | :ref:`sprite_frames` | | +-----------------------------------------+-----------------------------------------------------------------------+----------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_playing_speed` **(** **)** |const| | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_playing` **(** **)** |const| | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`pause` **(** **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`play` **(** :ref:`StringName` name=&"", :ref:`float` custom_speed=1.0, :ref:`bool` from_end=false **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`play_backwards` **(** :ref:`StringName` name=&"" **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_frame_and_progress` **(** :ref:`int` frame, :ref:`float` progress **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`stop` **(** **)** | +---------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_AnimatedSprite3D_signal_animation_changed: .. rst-class:: classref-signal **animation_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_signal_animation_finished: .. rst-class:: classref-signal **animation_finished** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_signal_animation_looped: .. rst-class:: classref-signal **animation_looped** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_signal_frame_changed: .. rst-class:: classref-signal **frame_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_signal_sprite_frames_changed: .. rst-class:: classref-signal **sprite_frames_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_AnimatedSprite3D_property_animation: .. rst-class:: classref-property :ref:`StringName` **animation** = ``&"default"`` .. 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_AnimatedSprite3D_property_autoplay: .. rst-class:: classref-property :ref:`String` **autoplay** = ``""`` .. rst-class:: classref-property-setget - void **set_autoplay** **(** :ref:`String` value **)** - :ref:`String` **get_autoplay** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_property_frame: .. rst-class:: classref-property :ref:`int` **frame** = ``0`` .. rst-class:: classref-property-setget - void **set_frame** **(** :ref:`int` value **)** - :ref:`int` **get_frame** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_property_frame_progress: .. rst-class:: classref-property :ref:`float` **frame_progress** = ``0.0`` .. rst-class:: classref-property-setget - void **set_frame_progress** **(** :ref:`float` value **)** - :ref:`float` **get_frame_progress** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_property_speed_scale: .. rst-class:: classref-property :ref:`float` **speed_scale** = ``1.0`` .. rst-class:: classref-property-setget - void **set_speed_scale** **(** :ref:`float` value **)** - :ref:`float` **get_speed_scale** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_property_sprite_frames: .. rst-class:: classref-property :ref:`SpriteFrames` **sprite_frames** .. rst-class:: classref-property-setget - void **set_sprite_frames** **(** :ref:`SpriteFrames` value **)** - :ref:`SpriteFrames` **get_sprite_frames** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_AnimatedSprite3D_method_get_playing_speed: .. rst-class:: classref-method :ref:`float` **get_playing_speed** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_method_is_playing: .. rst-class:: classref-method :ref:`bool` **is_playing** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_method_pause: .. rst-class:: classref-method void **pause** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_method_play: .. rst-class:: classref-method void **play** **(** :ref:`StringName` name=&"", :ref:`float` custom_speed=1.0, :ref:`bool` from_end=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_method_play_backwards: .. rst-class:: classref-method void **play_backwards** **(** :ref:`StringName` name=&"" **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_method_set_frame_and_progress: .. rst-class:: classref-method void **set_frame_and_progress** **(** :ref:`int` frame, :ref:`float` progress **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimatedSprite3D_method_stop: .. rst-class:: classref-method void **stop** **(** **)** .. container:: contribute There is currently no description for this method. 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.)`