DroneSimulationVerticalScanControlHandler

드론시뮬레이션 수직스캔 제어 핸들러 클래스.
DroneSimulationVerticalScan control handler class.

new Ditap.DroneSimulationVerticalScanControlHandler(viewer, options)

Name Type Description
viewer DitapViewer 사용할 Ditap Viewer 인스턴스.
The DitapViewer instance to use.
options object optional 드론시뮬레이션 수직스캔 제어 핸들러 옵션.
DroneSimulationVerticalScan control handler options.
Name Type Description
path DroneSimulationVerticalScan optional DroneSimulationVerticalScan 인스턴스.
DroneSimulationVerticalScan instance.
onCallback function optional 핸들러 실행 콜백 함수.
Handler execution callback function.
offCallback function optional 핸들러 종료 콜백 함수.
Handler termination callback function.
hoverCallback function optional 마우스 호버 콜백 함수.
Mouse hover callback function.
leaveCallback function optional 마우스 호버 해제 콜백 함수.
Mouse hover release callback function.
changeCallback function optional 경로 수정 콜백 함수.
Path modification callback function.

Members

changeCallback : function

경로 수정 콜백 함수.
Path modification callback function.

hoverCallback : function

마우스 호버 콜백 함수.
Mouse hover callback function.

readonly isOn : boolean

핸들러 비/활성화 상태.
Handler enabled or disabled.

leaveCallback : function

마우스 호버 해제 콜백 함수.
Mouse hover release callback function.

offCallback : function

핸들러 종료 콜백 함수.
Handler termination callback function.

onCallback : function

핸들러 실행 콜백 함수.
Handler execution callback function.
DroneSimulationVerticalScan 인스턴스.
DroneSimulationVerticalScan instance.

readonly viewer : DitapViewer

사용할 Ditap Viewer 인스턴스.
The DitapViewer instance to use.

Methods

destroy()

인스턴스 제거.
Remove instance.

off()

핸들러 종료.
End handler.

on()

핸들러 실행.
Run handler.