You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Autogen Class List
@@ -21,6 +21,9 @@ Sprite node that can use multiple textures for animation.
|
||||
* void **[set_modulate](#set_modulate)** **(** [Color](class_color) modulate **)**
|
||||
* [Color](class_color) **[get_modulate](#get_modulate)** **(** **)** const
|
||||
|
||||
### Signals
|
||||
* **frame_changed** **(** **)**
|
||||
|
||||
### Description
|
||||
Sprite node that can use multiple textures for animation.
|
||||
|
||||
|
||||
@@ -11,4 +11,7 @@
|
||||
* void **[set_frame](#set_frame)** **(** [int](class_int) frame **)**
|
||||
* [int](class_int) **[get_frame](#get_frame)** **(** **)** const
|
||||
|
||||
### Signals
|
||||
* **frame_changed** **(** **)**
|
||||
|
||||
### Member Function Description
|
||||
|
||||
@@ -29,6 +29,9 @@ General purpose Sprite node.
|
||||
* void **[set_modulate](#set_modulate)** **(** [Color](class_color) modulate **)**
|
||||
* [Color](class_color) **[get_modulate](#get_modulate)** **(** **)** const
|
||||
|
||||
### Signals
|
||||
* **frame_changed** **(** **)**
|
||||
|
||||
### Description
|
||||
General purpose Sprite node. This Sprite node can show any texture as a sprite. The texture can be used as a spritesheet for animation, or only a region from a bigger texture can referenced, like an atlas.
|
||||
|
||||
|
||||
@@ -19,4 +19,7 @@
|
||||
* void **[set_hframes](#set_hframes)** **(** [int](class_int) hframes **)**
|
||||
* [int](class_int) **[get_hframes](#get_hframes)** **(** **)** const
|
||||
|
||||
### Signals
|
||||
* **frame_changed** **(** **)**
|
||||
|
||||
### Member Function Description
|
||||
|
||||
Reference in New Issue
Block a user