Engine API Reference - v2.23.0-beta.7
    Preparing search index...

    Interface InspectorPhysicsDrawOptions

    interface InspectorPhysicsDrawOptions {
        aabb?: boolean;
        constraints?: boolean;
        contacts?: boolean;
        depthTest?: boolean;
        frames?: boolean;
        keepAwake?: boolean;
        limits?: boolean;
        normals?: boolean;
        range?: number;
        wireframe?: boolean;
    }
    Index
    aabb?: boolean

    Axis-aligned bounds of each body.

    constraints?: boolean

    Joint frames.

    contacts?: boolean

    Contact points and normals from the last step.

    depthTest?: boolean

    Hide lines behind geometry.

    frames?: boolean

    Local axes of each body.

    keepAwake?: boolean

    Stop bodies from falling asleep while drawing.

    limits?: boolean

    Joint limits.

    normals?: boolean

    Face normals of mesh shapes.

    range?: number

    Only draw lines within this distance of the camera, in meters. Zero draws everything.

    wireframe?: boolean

    Collision shapes, colored by activation state. Defaults to true.