AnimationResourceLibraryComponent
AnimationResourceLibraryComponent is a component designed to manage animation resources.
This component organizes resources in the form of a map, where each resource is associated with a unique, non-null, and valid name. Developers using this component should ensure that the resource names meet these criteria.
When interacting with this component, it is important to carefully check the return values of the provided interfaces to confirm whether the operations were successful.
Functions
Adds a new animation resource to the library with the specified name.
Retrieves the animation resource associated with the specified name.
Retrieves a list of all animation resources currently stored in the library.
Retrieves a list of all resource names currently stored in the library.