Class PhysicsDebugDisplayAuthoring
Physics Debug Display Authoring.
GameObject component containing physics debug display settings.
Inherited Members
Namespace: Unity.Physics.Authoring
Syntax
[AddComponentMenu("Entities/Physics/Physics Debug Display")]
[DisallowMultipleComponent]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.physics@latest/index.html?subfolder=/api/Unity.Physics.Authoring.PhysicsDebugDisplayAuthoring.html")]
public sealed class PhysicsDebugDisplayAuthoring : MonoBehaviour
Fields
DrawBroadphase
Enable or disable debug display of the colliders' bounding volume used during the Broadphase.
Declaration
public bool DrawBroadphase
Field Value
Type | Description |
---|---|
Boolean |
DrawColliderAabbs
Enable or disable debug display of the colliders' axis-aligned bounding boxes.
Declaration
public bool DrawColliderAabbs
Field Value
Type | Description |
---|---|
Boolean |
DrawColliderEdges
Enable or disable debug display of collider edges.
Declaration
public bool DrawColliderEdges
Field Value
Type | Description |
---|---|
Boolean |
DrawColliders
Enable or disable collider debug display.
Declaration
public bool DrawColliders
Field Value
Type | Description |
---|---|
Boolean |
DrawCollisionEvents
Enable or disable the collision events debug display.
Declaration
public bool DrawCollisionEvents
Field Value
Type | Description |
---|---|
Boolean |
DrawContacts
Enable or disable debug display of the contacts detected in the Narrowphase.
Declaration
public bool DrawContacts
Field Value
Type | Description |
---|---|
Boolean |
DrawJoints
Enable or disable the joints debug display.
Declaration
public bool DrawJoints
Field Value
Type | Description |
---|---|
Boolean |
DrawMassProperties
Enable or disable debug display of the mass properties of rigid bodies.
Declaration
public bool DrawMassProperties
Field Value
Type | Description |
---|---|
Boolean |
DrawTriggerEvents
Enable or disable the trigger events debug display.
Declaration
public bool DrawTriggerEvents
Field Value
Type | Description |
---|---|
Boolean |