DroneSimulationCameraRotateAction

드론시뮬레이션 카메라 회전 액션 클래스.
DroneSimulation camera rotation action class.

new Ditap.DroneSimulationCameraRotateAction(options, rotation, fixedCameraAngle, callback)

Name Type Description
options object 드론시뮬레이션 카메라 회전 액션 옵션.
DroneSimulation camera rotation action options.
rotation Quaternion 카메라 회전 값.
Camera rotation value.
fixedCameraAngle boolean 카메라 앵글 고정.
Fixed camera angle.
callback function 액션 콜백 함수.
Action callback function.

Extends

Members

action : function

수행 액션.
Perform action.
Inherited From:

callback : function

액션 콜백 함수.
Action callback function.
Inherited From:

fixedCameraAngle : boolean

카메라 앵글 고정.
Fixed camera angle.

rotation : Quaternion

카메라 회전 값.
Camera rotation value.