@minecraft/server-editor
    Preparing search index...

    Interface WidgetComponentBoundingBoxOptionsBeta

    interface WidgetComponentBoundingBoxOptions {
        boundsOffset?: Vector3;
        enableResizeHandles?: Axis;
        hullColor?: RGBA;
        lockToSurface?: boolean;
        maxSize?: Vector3;
        minSize?: Vector3;
        mirror?: StructureMirrorAxis;
        normalizedOrigin?: Vector3;
        offset?: Vector3;
        outlineColor?: RGBA;
        rotation?: StructureRotation;
        showWorldIntersections?: boolean;
        stateChangeEvent?: (
            arg0: WidgetComponentBoundingBoxStateChangeEventParameters,
        ) => void;
        visible?: boolean;
        visibleHull?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boundsOffset?: Vector3
    enableResizeHandles?: Axis
    hullColor?: RGBA
    lockToSurface?: boolean
    maxSize?: Vector3
    minSize?: Vector3
    mirror?: StructureMirrorAxis
    normalizedOrigin?: Vector3
    offset?: Vector3
    outlineColor?: RGBA
    rotation?: StructureRotation
    showWorldIntersections?: boolean
    stateChangeEvent?: (
        arg0: WidgetComponentBoundingBoxStateChangeEventParameters,
    ) => void
    visible?: boolean
    visibleHull?: boolean