Click or drag to resize

ISceneAnimationNeedsReset Property

Whether the model needs a reset or not. When true, the model will be reset before running.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
bool NeedsReset { get; set; }

Property Value

Type: Boolean
Remarks
By default, this is set to true when a model is first loaded. Setting this to false before a model reset may cause unexpected behavior.
See Also