AnimationFrame

interface AnimationFrame

Stores information about a single animation frame.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

layers
Link copied to clipboard
common
abstract val layers: List<Layer>
position
Link copied to clipboard
common
abstract val position: Position
The Position at which this AnimationFrame should be drawn.
repeatCount
Link copied to clipboard
common
abstract val repeatCount: Int
How many times this frame will be repeated.
size
Link copied to clipboard
common
abstract val size: Size

Sources

(source)
Link copied to clipboard