Click or drag to resize

ISceneAnimation Interface

[Missing <summary> documentation for "T:Demo3D.Visuals.ISceneAnimation"]

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

The ISceneAnimation type exposes the following members.

Properties
  NameDescription
Public propertyIsRunning
Whether the model is running or not.
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 methodRunToTime
Runs the model until the specified time.
Public methodSetSpeed
Sets the speed and starts running the model.
Public methodStart
Starts running the model.
Public methodStep
Moves the model forward one frame.
Public methodStop
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