CurveTimeline1 Type
The base class for a CurveTimeline that sets one property.
Constructors
Constructor | Description |
Full Usage:
CurveTimeline1(frameCount, bezierCount, propertyId)
Parameters:
int
bezierCount : int
-
The maximum number of Bezier curves. See !:Shrink(int).
propertyId : string
|
|
Instance members
Instance member | Description |
Full Usage:
this.FrameEntries
Returns: int
Modifiers: abstract |
|
Full Usage:
this.GetAbsoluteValue
Parameters:
float32
alpha : float32
blend : MixBlend
current : float32
setup : float32
Returns: float32
|
|
Full Usage:
this.GetAbsoluteValue
Parameters:
float32
alpha : float32
blend : MixBlend
current : float32
setup : float32
value : float32
Returns: float32
|
|
Full Usage:
this.GetCurveValue
Parameters:
float32
Returns: float32
|
Returns the interpolated value for the specified time.
|
Full Usage:
this.GetRelativeValue
Parameters:
float32
alpha : float32
blend : MixBlend
current : float32
setup : float32
Returns: float32
|
|
Full Usage:
this.GetScaleValue
Parameters:
float32
alpha : float32
blend : MixBlend
direction : MixDirection
current : float32
setup : float32
Returns: float32
|
|
Full Usage:
this.SetFrame
Parameters:
int
-
Between 0 and frameCount , inclusive.
time : float32
-
The frame time in seconds
value : float32
|
Sets the time and value for the specified frame.
|