Strata - v1.4.10
    Preparing search index...

    Interface PhysicsDebugValues

    Standard physics engine debug settings.

    interface PhysicsDebugValues {
        gravity: { x: number; y: number; z: number };
        showColliders: boolean;
        showContacts: boolean;
        showVelocities: boolean;
        timeScale: number;
    }
    Index

    Properties

    gravity: { x: number; y: number; z: number }
    showColliders: boolean
    showContacts: boolean
    showVelocities: boolean
    timeScale: number