phaser - v4.0.0-rc.4
    Preparing search index...
    PhysicsGroupConfig: GroupConfig & {
        accelerationX?: number;
        accelerationY?: number;
        allowDrag?: boolean;
        allowGravity?: boolean;
        allowRotation?: boolean;
        angularAcceleration?: number;
        angularDrag?: number;
        angularVelocity?: number;
        bounceX?: number;
        bounceY?: number;
        collideWorldBounds?: boolean;
        customBoundsRectangle?: Geom.Rectangle;
        dragX?: number;
        dragY?: number;
        enable?: boolean;
        frictionX?: number;
        frictionY?: number;
        gravityX?: number;
        gravityY?: number;
        immovable?: boolean;
        mass?: number;
        maxSpeed?: number;
        maxVelocityX?: number;
        maxVelocityY?: number;
        useDamping?: boolean;
        velocityX?: number;
        velocityY?: number;
    }

    Type declaration