CubicWeightKey

class CubicWeightKey(time: Float, val weights: FloatArray, val startTan: FloatArray, val endTan: FloatArray) : WeightKey

Constructors

Link copied to clipboard
fun CubicWeightKey(time: Float, weights: FloatArray, startTan: FloatArray, endTan: FloatArray)

Functions

Link copied to clipboard
open override fun apply(time: Float, next: WeightKey?, 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