PilotGaea 3D O'view
Sample Code
正在準備搜尋索引...
window
ov
InputModule
InputScreenRectangleParameter
介面 InputScreenRectangleParameter
輸入矩形參數。
interface
InputScreenRectangleParameter
{
onCompleted
?:
(
result
:
InputFailResult
|
InputScreenRectangleSuccessResult
,
)
=>
void
;
onInputting
?:
(
result
:
{
geo
:
CRect
}
)
=>
void
;
color
?:
window
.
ov
.
Color
;
}
索引
屬性
on
Completed?
on
Inputting?
color?
屬性
可選
on
Completed
onCompleted
?:
(
result
:
InputFailResult
|
InputScreenRectangleSuccessResult
,
)
=>
void
輸入完成的回呼函式。
類型宣告
(
result
:
InputFailResult
|
InputScreenRectangleSuccessResult
)
:
void
參數
result
:
InputFailResult
|
InputScreenRectangleSuccessResult
輸入結果。
回傳
void
可選
on
Inputting
onInputting
?:
(
result
:
{
geo
:
CRect
}
)
=>
void
輸入中的回呼函式。
類型宣告
(
result
:
{
geo
:
CRect
}
)
:
void
參數
result
:
{
geo
:
CRect
}
輸入結果。
geo
:
CRect
幾何。
回傳
void
可選
color
color
?:
window
.
ov
.
Color
顏色。
預設值
new
ov
.
Color
(
"#FF0000"
)
複製
顯示設定
成員可見性
受保護
繼承
外部
配色
自動
淺色
深色
目錄
屬性
on
Completed
on
Inputting
color
Sample Code
PilotGaea 3D O'view
載入中...
輸入矩形參數。