Click or drag to resize

MatrixUpdateType Enumeration

The enumeration that is supplied to OnMoved events indicating whether it was a direct update to a visual's matrix (location and rotation) or whether the update was made by the physics engine.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum MatrixUpdateType
Members
  Member nameValueDescription
PhysicsEngine0 Update made by the Physics Engine.
ExplicitlySet1 Update made in Explicitly (usually in Scripting).
See Also