TimeCycleSplineSet.CustomVarSet


class TimeCycleSplineSet.CustomVarSet : TimeCycleSplineSet


Summary

Public constructors

CustomVarSet(attribute: String!, attrList: KeyFrameArray.CustomVar!)

Public functions

Unit
setPoint(
    position: Int,
    value: CustomVariable!,
    period: Float,
    shape: Int,
    offset: Float
)
Unit
setPoint(position: Int, value: Float, period: Float, shape: Int, offset: Float)
Boolean
setProperty(view: MotionWidget!, t: Float, time: Long, cache: KeyCache!)
Unit
setup(curveType: Int)

Public constructors

CustomVarSet

Added in 1.1.0-alpha13
CustomVarSet(attribute: String!, attrList: KeyFrameArray.CustomVar!)

Public functions

setPoint

Added in 1.1.0-alpha13
fun setPoint(
    position: Int,
    value: CustomVariable!,
    period: Float,
    shape: Int,
    offset: Float
): Unit

setPoint

fun setPoint(position: Int, value: Float, period: Float, shape: Int, offset: Float): Unit

setProperty

Added in 1.1.0-alpha13
fun setProperty(view: MotionWidget!, t: Float, time: Long, cache: KeyCache!): Boolean

setup

fun setup(curveType: Int): Unit