@minecraft
    正在准备搜索索引...

    接口 WidgetComponentRenderPlaneOptions

    interface WidgetComponentRenderPlaneOptions {
        fillColor?: RGBA;
        gridResolution?: RenderPlaneGridResolution;
        lockToSurface?: boolean;
        maxSizeChunks?: number;
        normal?: Vector3;
        offset?: Vector3;
        outlineColor?: RGBA;
        visible?: boolean;
    }

    层级 (查看层级一览)

    索引

    属性

    fillColor?: RGBA
    gridResolution?: RenderPlaneGridResolution
    lockToSurface?: boolean
    maxSizeChunks?: number
    normal?: Vector3
    offset?: Vector3
    outlineColor?: RGBA
    visible?: boolean