PieViewOptions
PieView용 옵션들
interface PieViewOptions extends ControlBarItemOptions
Extends
Properties
동일한 position 내에서의 순서, 작을수록 먼저 표시됩니다.
아이템을 표시할 위치.
PieView가 클릭되었을 때 카메라를 리셋할 방향을 지정합니다.
false
일 경우 이 동작을 비활성화하며, true
일 경우 기본값을 사용합니다.
Properties
order
>=4.0.0
inheritedordernumber
동일한 position 내에서의 순서, 작을수록 먼저 표시됩니다.
position
>=4.0.0
inheritedposition"top-left" | "top-right" | "main-top" | "main-bottom" | "main-left" | "main-right"
아이템을 표시할 위치.
resetCamera
>=4.0.0
resetCameraboolean | Partial<{ duration: number; easing: ((x: number) => number); pitch: number; yaw: number; zoom: number }>
PieView가 클릭되었을 때 카메라를 리셋할 방향을 지정합니다.
false
일 경우 이 동작을 비활성화하며, true
일 경우 기본값을 사용합니다.