IScene |
The ISceneAnimation type exposes the following members.
| Name | Description | |
|---|---|---|
| FastForward | Starts running the model in fast forward. | |
| FastForward(Double) | Starts running the model in fast forward. | |
| FastForwardAsync | Starts running the model in fast forward. | |
| RunToTime | Runs the model until the specified time. | |
| SetSpeed | Sets the speed and starts running the model. | |
| SetStepSize | Sets the amount of time the next step will cover. | |
| SetStepSizeAsync | Sets the amount of time the next step will cover. | |
| Start | Starts running the model. | |
| StartAsync | Starts running the model. | |
| Step | Moves the model forward one frame. | |
| Stop | Stops the model. | |
| Stop(Exception) | Stops the model due to an exception. | |
| StopAsync | Stops the model. |