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)

Properties

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