Click or drag to resize

IAnimationSettings Interface

Provides access to the animation settings.

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

The IAnimationSettings type exposes the following members.

Properties
  NameDescription
Public propertyFastForwardSpeed
Speed of the model when in fast forward
Public propertyStepTime
Time skipped by each step
Public propertyStopAfterDuration
Stop the model after the specified duration.
Public propertyStopAtTime
Stop the model at specified time
Public propertyVideoSpeed
Speed at which movies are recorded
Top
See Also