Click or drag to resize

ISceneAnimation Interface

Interface for the Scene Animation.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public interface ISceneAnimation

The ISceneAnimation type exposes the following members.

Properties
  NameDescription
Public propertyIsResetting
Whether the model is currently resetting or not.
Public propertyIsRunning
Whether the model is running or not.
Public propertyNeedsReset
Whether the model needs a reset or not. When true, the model will be reset before running.
Public propertySettings
Get the animation settings
Top
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 methodStopAsync
Stops the model.
Top
Events
  NameDescription
Public eventStarted
Occurs when the model is started.
Public eventStopped
Occurs when the model is stopped.
Top
See Also