Sample Code
Preparing search index...
The search index is not available
PilotGaea 3D O'view
PilotGaea 3D O'view
ov
VRUIEntityUpdateParameter
Interface VRUIEntityUpdateParameter
VR UI圖素更新參數。
interface
VRUIEntityUpdateParameter
{
distance
?:
number
;
height
?:
number
;
onClick
?:
(
(
)
=>
void
)
;
onHoverDistance
?:
null
|
number
;
onSelectDistance
?:
null
|
number
;
width
?:
number
;
}
Hierarchy
VRUIEntityParameter
VRUIEntityUpdateParameter
Index
Properties
distance?
height?
on
Click?
on
Hover
Distance?
on
Select
Distance?
width?
Properties
Optional
distance
distance
?:
number
? 距離。
Optional
height
height
?:
number
? 高(m)。
Optional
on
Click
on
Click
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
? 點擊時觸發事件。
Returns
void
Optional
on
Hover
Distance
on
Hover
Distance
?:
null
|
number
? 懸停時距離。
Optional
on
Select
Distance
on
Select
Distance
?:
null
|
number
? 選取時距離。
Optional
width
width
?:
number
寬(m)。
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
distance
height
on
Click
on
Hover
Distance
on
Select
Distance
width
PilotGaea 3D O'view
ov
ov
2D/3D結合
ov2D3D
WMTS
CWMTSParse
CMatrixInfo
CMatrixSet
CWMTSParse
MatrixInfoLike
幾何
GeoJSON
CRect
CSize
Geo3DPoint
GeoBoundary
GeoLine
GeoPoint
GeoPolygon
GeoPolygonSet
GeoPolyline
Loading...
Generated using
TypeDoc
VR UI圖素更新參數。