EarthSDK
    正在准备搜索索引...

    类型别名 CoordinatesComputingPickingInfo

    type CoordinatesComputingPickingInfo = {
        constraintMode: "x" | "y" | "z" | "xy" | "zAxis" | "none";
        startDragPos: [number, number, number];
    }
    索引

    属性

    constraintMode: "x" | "y" | "z" | "xy" | "zAxis" | "none"
    startDragPos: [number, number, number]