接口 WidgetComponentGizmoOptions实验性

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

层级 (查看完整内容)

属性

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