@minecraft
    正在准备搜索索引...

    接口 WidgetComponentGizmoOptions

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

    层级 (查看层级一览)

    索引

    属性

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