wima
    Preparing search index...

    Interface PhysicsPropertiesSerial

    interface PhysicsPropertiesSerial {
        group: bigint;
        invinertia: number;
        invmass: number;
        kineticFriction: number;
        mask: bigint;
        restitution: number;
        sleep: boolean;
    }
    Index

    Properties

    group: bigint
    invinertia: number
    invmass: number
    kineticFriction: number
    mask: bigint
    restitution: number
    sleep: boolean