프로퍼티 | 타입 | 설명 | |
---|---|---|---|
targetAnimable | Axiom.Animating.AnimableValue |
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | 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. |
리턴 | void |
public CreateKeyFrameImpl ( float time ) : |
||
time | float | |
리턴 |
public CreateNumericKeyFrame ( float time ) : |
||
time | float | |
리턴 |
public GetInterpolatedKeyFrame ( float timeIndex, |
||
timeIndex | float | |
kf | ||
리턴 |
public GetNumericKeyFrame ( ushort index ) : |
||
index | ushort | |
리턴 |
public NumericAnimationTrack ( |
||
parent | ||
리턴 | System |
public NumericAnimationTrack ( |
||
parent | ||
targetAnimable | Axiom.Animating.AnimableValue | |
리턴 | System |
public NumericAnimationTrack ( |
||
parent | ||
handle | ushort | |
리턴 | System |