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

    介面 InputSurfaceRectangleParameter

    輸入表面矩形參數。

    interface InputSurfaceRectangleParameter {
        onCompleted?: (
            result: InputFailResult | InputSurfaceRectangleSuccessResult,
        ) => void;
        onInputting?: (result: { geo: CRect }) => void;
        color?: window.ov.Color;
    }
    索引

    屬性

    onCompleted?: (
        result: InputFailResult | InputSurfaceRectangleSuccessResult,
    ) => void

    輸入完成的回呼函式。

    類型宣告

    onInputting?: (result: { geo: CRect }) => void

    輸入中的回呼函式。

    類型宣告

      • (result: { geo: CRect }): void
      • 參數

        • result: { geo: CRect }

          輸入結果。

        回傳 void

    color?: window.ov.Color

    顏色。

    new ov.Color("#FF0000")