interface WidgetComponentGizmoOptions {
    axes?: Axis;
    enablePlanes?: boolean;
    lockToSurface?: boolean;
    offset?: Vector3;
    stateChangeEvent?: (arg: WidgetComponentStateChangeEventData) => void;
    visible?: boolean;
}

Hierarchy (View Summary)

Properties

axes?: Axis
enablePlanes?: boolean
lockToSurface?: boolean
offset?: Vector3
stateChangeEvent?: (arg: WidgetComponentStateChangeEventData) => void
visible?: boolean