class_animatedsprite3d.rst 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .. _class_AnimatedSprite3D:
  2. AnimatedSprite3D
  3. ================
  4. **Inherits:** :ref:`SpriteBase3D<class_spritebase3d>` **<** :ref:`GeometryInstance<class_geometryinstance>` **<** :ref:`VisualInstance<class_visualinstance>` **<** :ref:`Spatial<class_spatial>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  5. **Category:** Core
  6. Brief Description
  7. -----------------
  8. Member Functions
  9. ----------------
  10. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  11. | void | :ref:`set_sprite_frames<class_AnimatedSprite3D_set_sprite_frames>` **(** :ref:`SpriteFrames<class_spriteframes>` sprite_frames **)** |
  12. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`Texture<class_texture>` | :ref:`get_sprite_frames<class_AnimatedSprite3D_get_sprite_frames>` **(** **)** const |
  14. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  15. | void | :ref:`set_frame<class_AnimatedSprite3D_set_frame>` **(** :ref:`int<class_int>` frame **)** |
  16. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`int<class_int>` | :ref:`get_frame<class_AnimatedSprite3D_get_frame>` **(** **)** const |
  18. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  19. Signals
  20. -------
  21. - **frame_changed** **(** **)**
  22. Member Function Description
  23. ---------------------------
  24. .. _class_AnimatedSprite3D_set_sprite_frames:
  25. - void **set_sprite_frames** **(** :ref:`SpriteFrames<class_spriteframes>` sprite_frames **)**
  26. .. _class_AnimatedSprite3D_get_sprite_frames:
  27. - :ref:`Texture<class_texture>` **get_sprite_frames** **(** **)** const
  28. .. _class_AnimatedSprite3D_set_frame:
  29. - void **set_frame** **(** :ref:`int<class_int>` frame **)**
  30. .. _class_AnimatedSprite3D_get_frame:
  31. - :ref:`int<class_int>` **get_frame** **(** **)** const