Property | Type | Description | |
---|---|---|---|
Animations | List |
Method | Description | |
---|---|---|
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 DeviceReset ( Microsoft Device ) : void | ||
Device | Microsoft | |
return | void |
public DisposeAnimation ( |
||
animation | The animation to dispose. | |
return | 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. |
return | AnimationStatus |
public RunAnimation ( |
||
avatar | The avatar to run animation for. | |
animation | The animation to run. | |
return |
public Update ( |
||
time | ||
return | void |