@wendylabsinc/react-three-mesh-editor - v0.0.1
    Preparing search index...

    Interface EditModeOverlayProps

    interface EditModeOverlayProps {
        color?: string;
        geometry: BufferGeometry;
        opacity?: number;
        wireframeColor?: string;
    }
    Index

    Properties

    color?: string
    geometry: BufferGeometry
    opacity?: number
    wireframeColor?: string