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.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic enum MatrixUpdateType
Members| Member name | Value | Description |
|---|
| PhysicsEngine | 0 |
Update made by the Physics Engine.
|
| ExplicitlySet | 1 |
Update made in Explicitly (usually in Scripting).
|
See Also