contains

fun contains(name: String): Boolean

Checks if an animation resource with the specified name exists in the library.

Return

True if the animation resource exists, false otherwise.

Parameters

name

The name of the animation resource to check.