SpriteFrames¶
Inherits: Resource < Reference < Object
Category: Core
Brief Description¶
Sprite frame library for AnimatedSprite.
Member Functions¶
void |
add_animation ( String anim ) |
void |
|
void |
|
void |
clear_all ( ) |
get_animation_loop ( String anim ) const |
|
get_animation_speed ( String anim ) const |
|
get_frame_count ( String anim ) const |
|
has_animation ( String anim ) const |
|
void |
remove_animation ( String anim ) |
void |
remove_frame ( String anim, int idx ) |
void |
rename_animation ( String anim, String newname ) |
void |
set_animation_loop ( String anim, bool loop ) |
void |
set_animation_speed ( String anim, float speed ) |
void |
Description¶
Sprite frame library for AnimatedSprite.
Member Function Description¶
void add_animation ( String anim )
void clear ( String anim )
void clear_all ( )
void remove_animation ( String anim )