Class PhysicsDebugDisplayAuthoring
Physics Debug Display Authoring.
GameObject component containing physics debug display settings.
Inherited Members
Namespace: Unity.Physics.Authoring
Assembly: solution.dll
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
Name | Description |
---|---|
ColliderAabbDisplayMode | The debug display mode of the colliders' axis-aligned bounding boxes. |
ColliderDisplayMode | The debug display mode for colliders. |
ColliderEdgesDisplayMode | The debug display mode for collider edges. |
DrawBroadphase | Enables the debug display of the colliders' bounding volumes used during the Broadphase. |
DrawColliderAabbs | Enables the debug display of the colliders' axis-aligned bounding boxes. |
DrawColliderEdges | Enables the debug display of the colliders' edges. |
DrawColliders | Enables the debug display of the colliders. |
DrawCollisionEvents | Enables the debug display of the collision events. |
DrawContacts | Enables the debug display of the contacts detected in the Narrowphase. |
DrawJoints | Enables the debug display of the joints. |
DrawMassProperties | Enables the debug display of the rigid body mass properties. |
DrawTriggerEvents | Enables the debug display of the trigger events. |