프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Animations | List |
메소드 | 설명 | |
---|---|---|
DeviceReset ( Microsoft Device ) : void | ||
DisposeAnimation ( |
Disposes an animation.
|
|
Draw ( Microsoft device ) : void | ||
RenderFrame ( |
Renders an animation's frame.
|
|
RunAnimation ( |
Runs an animation.
|
|
Update ( FSO state ) : void | ||
Update ( |
public DisposeAnimation ( |
||
animation | The animation to dispose. | |
리턴 | void |
public static RenderFrame ( |
||
avatar | The avatar which the animation is run for. | |
animation | The animation. | |
frame | int | Frame number in animation. |
fraction | float | |
weight | float | The amount to apply this animation to the skeleton. |
리턴 | AnimationStatus |
public RunAnimation ( |
||
avatar | The avatar to run animation for. | |
animation | The animation to run. | |
리턴 |
public Update ( |
||
time | ||
리턴 | void |