Struct PhysicsDebugDisplayData
Physics Debug Display Data.
Component data containing physics debug display settings.
Inherited Members
Namespace: Unity.Physics.Authoring
Syntax
public struct PhysicsDebugDisplayData : IComponentData, IQueryTypeParameter
Fields
DrawBroadphase
Enable or disable debug display of the colliders' bounding volume used during the Broadphase.
Declaration
public int DrawBroadphase
Field Value
Type | Description |
---|---|
Int32 |
DrawColliderAabbs
Enable or disable debug display of the colliders' axis-aligned bounding boxes.
Declaration
public int DrawColliderAabbs
Field Value
Type | Description |
---|---|
Int32 |
DrawColliderEdges
Enable or disable debug display of collider edges.
Declaration
public int DrawColliderEdges
Field Value
Type | Description |
---|---|
Int32 |
DrawColliders
Enable or disable collider debug display.
Declaration
public int DrawColliders
Field Value
Type | Description |
---|---|
Int32 |
DrawCollisionEvents
Enable or disable the collision events debug display.
Declaration
public int DrawCollisionEvents
Field Value
Type | Description |
---|---|
Int32 |
DrawContacts
Enable or disable debug display of the contacts detected in the Narrowphase.
Declaration
public int DrawContacts
Field Value
Type | Description |
---|---|
Int32 |
DrawJoints
Enable or disable the joints debug display.
Declaration
public int DrawJoints
Field Value
Type | Description |
---|---|
Int32 |
DrawMassProperties
Enable or disable debug display of the mass properties of rigid bodies.
Declaration
public int DrawMassProperties
Field Value
Type | Description |
---|---|
Int32 |
DrawTriggerEvents
Enable or disable the trigger events debug display.
Declaration
public int DrawTriggerEvents
Field Value
Type | Description |
---|---|
Int32 |