mooball
    Preparing search index...

    Interface UpdateVertexParams

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

    Properties

    bCoef?: number

    The new bouncing coefficient of the vertex.

    The new collision group of the vertex.

    The new collision mask of the vertex.

    x?: number

    The new x coordinate of the vertex.

    y?: number

    The new y coordinate of the vertex.