AnimationResource

The type of animation resource.

Types

Link copied to clipboard
object Companion

The companion object of AnimationResource.

Functions

Link copied to clipboard
open override fun close()

You need to manually release the resource to free the memory it occupies.

Link copied to clipboard
fun getName(): String

Gets the name of the animation.

Link copied to clipboard
fun repeat(count: Int): AnimationResource

Creates a new animation resource with a specified repeat count.