docs.unity3d.com
    Show / Hide Table of Contents

    Struct PhysicsDebugDisplayData

    Physics Debug Display Data.

    Component data containing physics debug display settings.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023