PilotGaea 3D O'view
Sample Code
正在準備搜尋索引...
window
ov
VRUIEntityUpdateParameter
介面 VRUIEntityUpdateParameter
VR UI圖素更新參數。
interface
VRUIEntityUpdateParameter
{
anchor
?:
|
"center"
|
"top-left"
|
"top-right"
|
"bottom-left"
|
"bottom-right"
;
distance
?:
number
;
height
?:
number
;
onClick
?:
()
=>
void
;
onHoverDistance
?:
null
|
number
;
onSelectDistance
?:
null
|
number
;
width
?:
number
;
}
層級
VRUIEntityParameter
VRUIEntityUpdateParameter
索引
屬性
anchor?
distance?
height?
on
Click?
on
Hover
Distance?
on
Select
Distance?
width?
屬性
可選
anchor
anchor
?:
"center"
|
"top-left"
|
"top-right"
|
"bottom-left"
|
"bottom-right"
定位參考點,做為子圖素時,此參數無效。
可選
distance
distance
?:
number
距離。
可選
height
height
?:
number
高(m)。
可選
on
Click
onClick
?:
()
=>
void
點擊時觸發事件。
可選
on
Hover
Distance
onHoverDistance
?:
null
|
number
懸停時距離。
可選
on
Select
Distance
onSelectDistance
?:
null
|
number
選取時距離。
可選
width
width
?:
number
寬(m)。
顯示設定
成員可見性
受保護
繼承
外部
配色
自動
淺色
深色
目錄
屬性
anchor
distance
height
on
Click
on
Hover
Distance
on
Select
Distance
width
Sample Code
PilotGaea 3D O'view
載入中...
VR UI圖素更新參數。