@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface PhysicsDebugConfig

    Physics debug configuration 物理调试配置

    interface PhysicsDebugConfig {
        accelerationScale: Fixed;
        arrowHeadSize: Fixed;
        centerOfMassSize: Fixed;
        colors: {
            aabb: Color;
            acceleration: Color;
            centerOfMass: Color;
            contact: Color;
            contactImpulse: Color;
            contactNormal: Color;
            dynamicBody: Color;
            force: Color;
            frictionImpulse: Color;
            joint: Color;
            jointAnchor: Color;
            jointLimit: Color;
            kinematicBody: Color;
            localAxis: Color;
            shape: Color;
            sleepingBody: Color;
            staticBody: Color;
            transform: Color;
            velocity: Color;
            wireframe: Color;
        };
        contactPointSize: Fixed;
        forceScale: Fixed;
        impulseScale: Fixed;
        jointAnchorSize: Fixed;
        showAABBs: boolean;
        showAccelerations: boolean;
        showBodies: boolean;
        showCenterOfMass: boolean;
        showContactImpulses: boolean;
        showContactNormals: boolean;
        showContacts: boolean;
        showDynamicBodies: boolean;
        showForces: boolean;
        showFrictionImpulses: boolean;
        showJointAnchors: boolean;
        showJointLimits: boolean;
        showJoints: boolean;
        showKinematicBodies: boolean;
        showLocalAxes: boolean;
        showShapes: boolean;
        showSleepingBodies: boolean;
        showStaticBodies: boolean;
        showTransforms: boolean;
        showVelocities: boolean;
        showWireframes: boolean;
        velocityScale: Fixed;
    }
    Index

    Properties

    accelerationScale: Fixed
    arrowHeadSize: Fixed
    centerOfMassSize: Fixed
    colors: {
        aabb: Color;
        acceleration: Color;
        centerOfMass: Color;
        contact: Color;
        contactImpulse: Color;
        contactNormal: Color;
        dynamicBody: Color;
        force: Color;
        frictionImpulse: Color;
        joint: Color;
        jointAnchor: Color;
        jointLimit: Color;
        kinematicBody: Color;
        localAxis: Color;
        shape: Color;
        sleepingBody: Color;
        staticBody: Color;
        transform: Color;
        velocity: Color;
        wireframe: Color;
    }
    contactPointSize: Fixed
    forceScale: Fixed
    impulseScale: Fixed
    jointAnchorSize: Fixed
    showAABBs: boolean
    showAccelerations: boolean
    showBodies: boolean
    showCenterOfMass: boolean
    showContactImpulses: boolean
    showContactNormals: boolean
    showContacts: boolean
    showDynamicBodies: boolean
    showForces: boolean
    showFrictionImpulses: boolean
    showJointAnchors: boolean
    showJointLimits: boolean
    showJoints: boolean
    showKinematicBodies: boolean
    showLocalAxes: boolean
    showShapes: boolean
    showSleepingBodies: boolean
    showStaticBodies: boolean
    showTransforms: boolean
    showVelocities: boolean
    showWireframes: boolean
    velocityScale: Fixed