• Gets the raw physics information of the dimension

    Returns {
        airPressureFunction?: unknown;
        basePressure?: number;
        gravity?: Vector;
        magneticNorth?: Vector;
        universalDrag?: number;
    }