remove

fun remove(name: String): Boolean

Removes the animation resource associated with the specified name.

Returns false if the name does not exist.

Return

true if a resource is removed; false otherwise.

Parameters

name

The name of the animation resource to remove.