pixi.js
    Preparing search index...

    Type Alias SHAPE_PRIMITIVEAdvanced

    SHAPE_PRIMITIVE:
        | "polygon"
        | "rectangle"
        | "circle"
        | "ellipse"
        | "triangle"
        | "roundedRectangle"

    Constants that identify shapes, mainly to prevent instanceof calls.