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
Link copied to clipboard
Adds a new animation resource to the library with the specified name.
Link copied to clipboard
Retrieves the animation resource associated with the specified name.
Link copied to clipboard
Retrieves all animation resources currently stored in the library.
Link copied to clipboard
Retrieves all resource names currently stored in the library.