CubicScaleKey

class CubicScaleKey(time: Float, val scale: Vec3f, val startTan: Vec3f, val endTan: Vec3f) : ScaleKey

Constructors

Link copied to clipboard
fun CubicScaleKey(time: Float, scale: Vec3f, startTan: Vec3f, endTan: Vec3f)

Functions

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

Properties

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