Script API - v1.26.0.28
    Preparing search index...

    Interface WidgetComponentBoundingBoxLimit

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

    Properties

    max: Vector3
    maxBlockVolume?: number
    min: Vector3