AnimationLibrary
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
add_animation ( StringName name, Animation animation ) |
|
get_animation ( StringName name ) const |
|
get_animation_list ( ) const |
|
has_animation ( StringName name ) const |
|
void |
remove_animation ( StringName name ) |
void |
rename_animation ( StringName name, StringName newname ) |
Signals
animation_added ( StringName name )
There is currently no description for this signal. Please help us by contributing one!
animation_changed ( StringName name )
There is currently no description for this signal. Please help us by contributing one!
animation_removed ( StringName name )
There is currently no description for this signal. Please help us by contributing one!
animation_renamed ( StringName name, StringName to_name )
There is currently no description for this signal. Please help us by contributing one!
Method Descriptions
Error add_animation ( StringName name, Animation animation )
There is currently no description for this method. Please help us by contributing one!
Animation get_animation ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
StringName[] get_animation_list ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_animation ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
void remove_animation ( StringName name )
There is currently no description for this method. Please help us by contributing one!
void rename_animation ( StringName name, StringName newname )
There is currently no description for this method. Please help us by contributing one!