AnchorPoint
class AnchorPoint
카메라가 정지해야하는 실제 위치를 담고 있는 데이터 컴포넌트
constructor
new AnchorPoint(options, options.index, options.position, options.panel)
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
options | object | 옵션 객체 | ||
options.index | number | ✔️ | AnchorPoint의 인덱스 | |
options.position | number | ✔️ | AnchorPoint의 좌표 | |
options.panel | Panel | ✔️ | AnchorPoint가 참조하고 있는 Panel |
Properties
index
readonly
AnchorPoint의 인덱스
Type: number
position
readonly
AnchorPoint의 좌표
Type: number
panel
readonly
AnchorPoint가 참조하고 있는 Panel
Type: Panel