Package org.hexworks.zircon.internal.animation.impl

Types

DefaultAnimationFrame
Link copied to clipboard
common
data class DefaultAnimationFrame(size: Size, layers: List<InternalLayer>, repeatCount: Int) : InternalAnimationFrame
Default implementation of the AnimationFrame interface.