CurveTimeline2 Type
The base class for a CurveTimeline which sets two properties.
Constructors
Constructor | Description |
Full Usage:
CurveTimeline2(frameCount, bezierCount, propertyId1, propertyId2)
Parameters:
int
bezierCount : int
-
The maximum number of Bezier curves. See !:Shrink(int).
propertyId1 : string
propertyId2 : string
|
|
Instance members
Instance member | Description |
Full Usage:
this.FrameEntries
Returns: int
Modifiers: abstract |
|
Full Usage:
this.SetFrame
Parameters:
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.
|