get

fun get(name: String): AnimationResource?

Retrieves the animation resource associated with the specified name.

Returns null if the name does not exist.

Return

The matching AnimationResource, or null if none exists.

Parameters

name

The name of the animation resource to retrieve.