Header menu logo Nu

CurveTimeline1 Type

The base class for a CurveTimeline that sets one property.

Constructors

Constructor Description

CurveTimeline1(frameCount, bezierCount, propertyId)

Full Usage: CurveTimeline1(frameCount, bezierCount, propertyId)

Parameters:
    frameCount : int
    bezierCount : int - The maximum number of Bezier curves. See !:Shrink(int).
    propertyId : string

frameCount : int
bezierCount : int

The maximum number of Bezier curves. See !:Shrink(int).

propertyId : string

Instance members

Instance member Description

this.FrameEntries

Full Usage: this.FrameEntries

Returns: int
Modifiers: abstract
Returns: int

this.GetAbsoluteValue

Full Usage: this.GetAbsoluteValue

Parameters:
    time : float32
    alpha : float32
    blend : MixBlend
    current : float32
    setup : float32

Returns: float32
time : float32
alpha : float32
blend : MixBlend
current : float32
setup : float32
Returns: float32

this.GetAbsoluteValue

Full Usage: this.GetAbsoluteValue

Parameters:
    time : float32
    alpha : float32
    blend : MixBlend
    current : float32
    setup : float32
    value : float32

Returns: float32
time : float32
alpha : float32
blend : MixBlend
current : float32
setup : float32
value : float32
Returns: float32

this.GetCurveValue

Full Usage: this.GetCurveValue

Parameters:
    time : float32

Returns: float32

Returns the interpolated value for the specified time.

time : float32
Returns: float32

this.GetRelativeValue

Full Usage: this.GetRelativeValue

Parameters:
    time : float32
    alpha : float32
    blend : MixBlend
    current : float32
    setup : float32

Returns: float32
time : float32
alpha : float32
blend : MixBlend
current : float32
setup : float32
Returns: float32

this.GetScaleValue

Full Usage: this.GetScaleValue

Parameters:
    time : float32
    alpha : float32
    blend : MixBlend
    direction : MixDirection
    current : float32
    setup : float32

Returns: float32
time : float32
alpha : float32
blend : MixBlend
direction : MixDirection
current : float32
setup : float32
Returns: float32

this.SetFrame

Full Usage: this.SetFrame

Parameters:
    frame : int - Between 0 and frameCount, inclusive.
    time : float32 - The frame time in seconds
    value : float32

Sets the time and value for the specified frame.

frame : int

Between 0 and frameCount, inclusive.

time : float32

The frame time in seconds

value : float32

Type something to start searching.