mooball
    Preparing search index...

    Interface AddVertexParams

    interface AddVertexParams {
        bCoef?: number;
        cGroup?: UnparsedCollisionFlags;
        cMask?: UnparsedCollisionFlags;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    bCoef?: number

    The bouncing coefficient of the new vertex.

    The collision group of the new vertex.

    The collision mask of the new vertex.

    x: number

    The x component of the position of the new vertex.

    y: number

    The y component of the position of the new vertex.