wima
    Preparing search index...

    Interface BodyDebbuggerOptions

    interface BodyDebbuggerOptions {
        clearViewport?: boolean;
        drawBounds?: boolean;
        drawCollisionArm?: boolean;
        drawContacts?: boolean;
        drawPosition?: boolean;
        drawShapes?: boolean;
        drawVelocity?: boolean;
    }
    Index

    Properties

    clearViewport?: boolean
    drawBounds?: boolean
    drawCollisionArm?: boolean
    drawContacts?: boolean
    drawPosition?: boolean
    drawShapes?: boolean
    drawVelocity?: boolean