interface WidgetComponentGizmoOptions {
    axes?: Axis;
    enablePlanes?: boolean;
    lockToSurface?: boolean;
    normalizedAutoOffset?: Vector3;
    offset?: Vector3;
    stateChangeEvent?: (
        arg0: WidgetComponentGizmoStateChangeEventParameters,
    ) => void;
    visible?: boolean;
}

Hierarchy (View Summary)

Properties

axes?: Axis
enablePlanes?: boolean
lockToSurface?: boolean
normalizedAutoOffset?: Vector3
offset?: Vector3
stateChangeEvent?: (
    arg0: WidgetComponentGizmoStateChangeEventParameters,
) => void
visible?: boolean