CubicTranslationKey

class CubicTranslationKey(time: Float, val translation: Vec3f, val startTan: Vec3f, val endTan: Vec3f) : TranslationKey

Constructors

Link copied to clipboard
fun CubicTranslationKey(time: Float, translation: Vec3f, startTan: Vec3f, endTan: 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
Link copied to clipboard
Link copied to clipboard
val time: Float
Link copied to clipboard