TranslationKey

open class TranslationKey(time: Float, val translation: Vec3f) : AnimationKey<TranslationKey>

Constructors

Link copied to clipboard
fun TranslationKey(time: Float, translation: Vec3f)

Functions

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

Properties

Link copied to clipboard
val time: Float
Link copied to clipboard

Inheritors

Link copied to clipboard