Header menu logo Nu

CurveTimeline2 Type

The base class for a CurveTimeline which sets two properties.

Constructors

Constructor Description

CurveTimeline2(frameCount, bezierCount, propertyId1, propertyId2)

Full Usage: CurveTimeline2(frameCount, bezierCount, propertyId1, propertyId2)

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

frameCount : int
bezierCount : int

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

propertyId1 : string
propertyId2 : string

Instance members

Instance member Description

this.FrameEntries

Full Usage: this.FrameEntries

Returns: int
Modifiers: abstract
Returns: int

this.SetFrame

Full Usage: this.SetFrame

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

Sets the time and values for the specified frame.

frame : int

Between 0 and frameCount, inclusive.

time : float32

The frame time in seconds.

value1 : float32
value2 : float32

Type something to start searching.