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

    接口 WidgetComponentBoundingBoxLimit

    interface WidgetComponentBoundingBoxLimit {
        max: Vector3;
        maxBlockVolume?: number;
        min: Vector3;
    }
    索引

    属性

    max: Vector3
    maxBlockVolume?: number
    min: Vector3