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

    接口 WidgetComponentGridOptions

    interface WidgetComponentGridOptions {
        color?: RGBA;
        gridCount?: Vector2;
        gridSize?: Vector2;
        lockToSurface?: boolean;
        offset?: Vector3;
        plane?: Plane;
        visible?: boolean;
    }

    层级 (查看层级一览)

    索引

    属性

    color?: RGBA
    gridCount?: Vector2
    gridSize?: Vector2
    lockToSurface?: boolean
    offset?: Vector3
    plane?: Plane
    visible?: boolean