Enum PhysicsDebugDisplayMode
Display modes for the physics debug displays.
PreIntegration displays the state of the body before the simulation.
PostIntegration displays the state of the body when the simulation results have been integrated.
Namespace: Unity.Physics.Authoring
Assembly: Unity.Physics.Hybrid.dll
Syntax
public enum PhysicsDebugDisplayMode : byte
Fields
Name | Description |
---|---|
PostIntegration | |
PreIntegration |