Click or drag to resize

ISceneAnimation Methods

The ISceneAnimation type exposes the following members.

Methods
 NameDescription
Public methodFastForward Starts running the model in fast forward.
Public methodFastForward(Double) Starts running the model in fast forward.
Public methodFastForwardAsync Starts running the model in fast forward.
Public methodRunToTime Runs the model until the specified time.
Public methodSetSpeed Sets the speed and starts running the model.
Public methodSetStepSize Sets the amount of time the next step will cover.
Public methodSetStepSizeAsync Sets the amount of time the next step will cover.
Public methodStart Starts running the model.
Public methodStartAsync Starts running the model.
Public methodStep Moves the model forward one frame.
Public methodStop Stops the model.
Public methodStop(Exception) Stops the model due to an exception.
Public methodStopAsync Stops the model.
Top
See Also