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

    介面 InputSurfacePointParameter

    輸入表面點參數。

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

    屬性

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

    輸入完成的回呼函式。

    類型宣告