sparkengineweb
    Preparing search index...

    Interface ShapeComponentProps

    interface ShapeComponentProps {
        isWireframe?: boolean;
        shapeType?: Rectangle;
    }

    Implemented by

    Index

    Properties

    isWireframe?: boolean
    shapeType?: Rectangle