AnimatedTexture
Inherits: Texture2D < Texture < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
resource_local_to_scene |
|
|
|
Methods
get_frame_duration ( int frame ) const |
|
get_frame_texture ( int frame ) const |
|
void |
set_frame_duration ( int frame, float duration ) |
void |
set_frame_texture ( int frame, Texture2D texture ) |
Constants
MAX_FRAMES = 256
There is currently no description for this constant. Please help us by contributing one!
Property Descriptions
int current_frame
There is currently no description for this property. Please help us by contributing one!
int frames = 1
There is currently no description for this property. Please help us by contributing one!
bool one_shot = false
There is currently no description for this property. Please help us by contributing one!
bool pause = false
There is currently no description for this property. Please help us by contributing one!
float speed_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
float get_frame_duration ( int frame ) const
There is currently no description for this method. Please help us by contributing one!
Texture2D get_frame_texture ( int frame ) const
There is currently no description for this method. Please help us by contributing one!
void set_frame_duration ( int frame, float duration )
There is currently no description for this method. Please help us by contributing one!
void set_frame_texture ( int frame, Texture2D texture )
There is currently no description for this method. Please help us by contributing one!