PilotGaea 3D O'view
    正在準備搜尋索引...

    介面 Input3DPointParameter

    輸入三維點參數。

    interface Input3DPointParameter {
        onCompleted?: (
            result: InputFailResult | Input3DPointSuccessResult,
        ) => void;
    }
    索引

    屬性

    onCompleted?: (result: InputFailResult | Input3DPointSuccessResult) => void

    輸入完成的回呼函式。

    類型宣告