interface WidgetComponentClipboardOptions {
    boundsFillColor?: RGBA;
    boundsOutlineColor?: RGBA;
    clipboardMirror?: StructureMirrorAxis;
    clipboardNormalizedOrigin?: Vector3;
    clipboardOffset?: Vector3;
    clipboardRotation?: StructureRotation;
    lockToSurface?: boolean;
    offset?: Vector3;
    showBounds?: boolean;
    stateChangeEvent?: (arg: WidgetComponentStateChangeEventData) => void;
    visible?: boolean;
}

Hierarchy (View Summary)

Properties

boundsFillColor?: RGBA
boundsOutlineColor?: RGBA
clipboardMirror?: StructureMirrorAxis
clipboardNormalizedOrigin?: Vector3
clipboardOffset?: Vector3
clipboardRotation?: StructureRotation
lockToSurface?: boolean
offset?: Vector3
showBounds?: boolean
stateChangeEvent?: (arg: WidgetComponentStateChangeEventData) => void
visible?: boolean