AnimationKey

abstract class AnimationKey<T : AnimationKey<T>>(val time: Float)

Constructors

Link copied to clipboard
fun AnimationKey(time: Float)

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun apply(time: Float, next: T?, node: AnimationNode)
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val time: Float

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard