Version: 4.1.0
AnchorPoint
카메라가 정지해야하는 실제 위치를 담고 있는 데이터 컴포넌트
#
ConstructorPARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
options | object | no | 옵션 객체 | |
options.index | number | yes | AnchorPoint의 인덱스 | |
options.position | number | yes | AnchorPoint의 좌표 | |
options.panel | Panel | yes | AnchorPoint가 참조하고 있는 Panel |
#
Properties#
indexAnchorPoint의 인덱스
Type: number
#
positionAnchorPoint의 좌표
Type: number
#
panelAnchorPoint가 참조하고 있는 Panel
Type: Panel