Property | Type | Description | |
---|---|---|---|
targetAnimable | Axiom.Animating.AnimableValue |
Method | Description | |
---|---|---|
Apply ( float timePos, float weight, bool accumulate, float scale ) : void | ||
CreateKeyFrameImpl ( float time ) : |
||
CreateNumericKeyFrame ( float time ) : |
||
GetInterpolatedKeyFrame ( float timeIndex, |
||
GetNumericKeyFrame ( ushort index ) : |
||
NumericAnimationTrack ( |
||
NumericAnimationTrack ( |
||
NumericAnimationTrack ( |
Method | Description | |
---|---|---|
ApplyToAnimable ( Axiom.Animating.AnimableValue anim, float time, float weight, float scale ) : void |
Applies an animation track to a given animable value.
|
public Apply ( float timePos, float weight, bool accumulate, float scale ) : void | ||
timePos | float | |
weight | float | |
accumulate | bool | |
scale | float | |
return | void |
protected ApplyToAnimable ( Axiom.Animating.AnimableValue anim, float time, float weight, float scale ) : void | ||
anim | Axiom.Animating.AnimableValue | The AnimableValue to which to apply the animation |
time | float | The time position in the animation to apply. |
weight | float | The influence to give to this track, 1.0 for full influence, less to blend with /// other animations. |
scale | float | The scale to apply to translations and scalings, useful for /// adapting an animation to a different size target. |
return | void |
public CreateKeyFrameImpl ( float time ) : |
||
time | float | |
return |
public CreateNumericKeyFrame ( float time ) : |
||
time | float | |
return |
public GetInterpolatedKeyFrame ( float timeIndex, |
||
timeIndex | float | |
kf | ||
return |
public GetNumericKeyFrame ( ushort index ) : |
||
index | ushort | |
return |
public NumericAnimationTrack ( |
||
parent | ||
return | System |
public NumericAnimationTrack ( |
||
parent | ||
targetAnimable | Axiom.Animating.AnimableValue | |
return | System |
public NumericAnimationTrack ( |
||
parent | ||
handle | ushort | |
return | System |