使用Mobile SDK V4的setVirtualStickModeEnabled方法开启虚拟摇杆
已完成使用Mobile SDK V4的setVirtualStickModeEnabled方法开启虚拟摇杆,回调是成功的,而且使用getVirtualStickModeEnabled方法,得到的结果为true,所有的模式都已经设置
flightController?.rollPitchCoordinateSystem = FlightCoordinateSystem.BODY
flightController?.rollPitchControlMode = RollPitchControlMode.VELOCITY
flightController?.verticalControlMode = VerticalControlMode.VELOCITY
flightController?.yawControlMode = YawControlMode.ANGLE
但是FlightMode一直都没有进入JOYSTICK
请先登录再写评论。
评论
1 条评论