PilotGaea 3D O'view
Sample Code
正在準備搜尋索引...
window
ov
GotoCameraOptions
介面 GotoCameraOptions
移動到設定的攝影機位置參數。
TerrainView.gotoCamera
interface
GotoCameraOptions
{
camera
:
Camera
;
jump
?:
boolean
;
onAbort
?:
()
=>
void
;
onFinish
?:
()
=>
void
;
}
索引
屬性
camera
jump?
on
Abort?
on
Finish?
屬性
camera
camera
:
Camera
攝影機參數。
可選
jump
jump
?:
boolean
true:跳,false:瞬移。
可選
on
Abort
onAbort
?:
()
=>
void
jump 被中斷執行的回呼。
可選
on
Finish
onFinish
?:
()
=>
void
jump 成功後執行的回呼。
顯示設定
成員可見性
受保護
繼承
外部
配色
自動
淺色
深色
目錄
屬性
camera
jump
on
Abort
on
Finish
Sample Code
PilotGaea 3D O'view
載入中...
移動到設定的攝影機位置參數。TerrainView.gotoCamera