class_animatedsprite3d.rst 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_AnimatedSprite3D:
  4. AnimatedSprite3D
  5. ================
  6. **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>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  13. | void | :ref:`set_sprite_frames<class_AnimatedSprite3D_set_sprite_frames>` **(** :ref:`SpriteFrames<class_spriteframes>` sprite_frames **)** |
  14. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`Texture<class_texture>` | :ref:`get_sprite_frames<class_AnimatedSprite3D_get_sprite_frames>` **(** **)** const |
  16. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`set_frame<class_AnimatedSprite3D_set_frame>` **(** :ref:`int<class_int>` frame **)** |
  18. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`int<class_int>` | :ref:`get_frame<class_AnimatedSprite3D_get_frame>` **(** **)** const |
  20. +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------+
  21. Signals
  22. -------
  23. - **frame_changed** **(** **)**
  24. Member Function Description
  25. ---------------------------
  26. .. _class_AnimatedSprite3D_set_sprite_frames:
  27. - void **set_sprite_frames** **(** :ref:`SpriteFrames<class_spriteframes>` sprite_frames **)**
  28. .. _class_AnimatedSprite3D_get_sprite_frames:
  29. - :ref:`Texture<class_texture>` **get_sprite_frames** **(** **)** const
  30. .. _class_AnimatedSprite3D_set_frame:
  31. - void **set_frame** **(** :ref:`int<class_int>` frame **)**
  32. .. _class_AnimatedSprite3D_get_frame:
  33. - :ref:`int<class_int>` **get_frame** **(** **)** const