接口 WidgetComponentGizmoOptions

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

层级 (查看层级一览)

属性

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