mooball
    Preparing search index...

    Interface UpdatePlaneParams

    interface UpdatePlaneParams {
        bCoef?: number;
        cGroup?: UnparsedCollisionFlags;
        cMask?: UnparsedCollisionFlags;
        dist?: number;
        normal?: [x: number, y: number];
    }
    Index

    Properties

    bCoef?: number

    The new bouncing coefficient of the plane.

    The new collision group of the plane.

    The new collision mask of the plane.

    dist?: number

    The new distance of the plane to the origin. (0, 0)

    normal?: [x: number, y: number]

    The new normal of the plane. This value is normalized automatically.