get

fun get(name: String): AnimationResource?

Retrieves the animation resource associated with the specified name.

If the name does not exist in the library, it will return null.

Return

The animation resource associated with the name, or null if no such resource exists.

Parameters

name

The name of the animation resource to retrieve.