ResourcePreloader
There is currently no description for this class. Please help us by contributing one!
Methods
void |
add_resource ( StringName name, Resource resource ) |
get_resource ( StringName name ) const |
|
get_resource_list ( ) const |
|
has_resource ( StringName name ) const |
|
void |
remove_resource ( StringName name ) |
void |
rename_resource ( StringName name, StringName newname ) |
Method Descriptions
void add_resource ( StringName name, Resource resource )
There is currently no description for this method. Please help us by contributing one!
Resource get_resource ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_resource_list ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_resource ( StringName name ) const
There is currently no description for this method. Please help us by contributing one!
void remove_resource ( StringName name )
There is currently no description for this method. Please help us by contributing one!
void rename_resource ( StringName name, StringName newname )
There is currently no description for this method. Please help us by contributing one!