remove

fun remove(name: String): Boolean

Removes the animation resource associated with the specified name from the library.

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

Return

True if the animation resource was successfully removed, false otherwise.

Parameters

name

The name of the animation resource to remove.