we
    Preparing search index...
    interface optionPlaneGeometry {
        code?: string;
        color?: weVec3;
        height?: number;
        heightSegments?: number;
        width?: number;
        widthSegments?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code?: string

    指定的shader code

    color?: weVec3
    height?: number
    heightSegments?: number
    width?: number
    widthSegments?: number