ISceneAnimation Interface |
[Missing <summary> documentation for "T:Demo3D.Visuals.ISceneAnimation"]
Namespace: Demo3D.Visuals
public interface ISceneAnimation
The ISceneAnimation type exposes the following members.
| Name | Description | |
|---|---|---|
| IsRunning |
Whether the model is running or not.
| |
| Settings |
Get the animation settings
|
| Name | Description | |
|---|---|---|
| FastForward |
Starts running the model in fast forward.
| |
| FastForward(Double) |
Starts running the model in fast forward.
| |
| RunToTime |
Runs the model until the specified time.
| |
| SetSpeed |
Sets the speed and starts running the model.
| |
| Start |
Starts running the model.
| |
| Step |
Moves the model forward one frame.
| |
| Stop |
Stops the model.
|
| Name | Description | |
|---|---|---|
| Started |
Occurs when the model is started.
| |
| Stopped |
Occurs when the model is stopped.
|