コード例 #1
0
 protected override void DoEndSession()
 {
     _planeDragSession.End();
     _planeDragSession = null;
 }
コード例 #2
0
 protected override bool DoBeginSession()
 {
     _planeDragSession       = new InputDevicePlaneDragSession3D(RTInputDevice.Get.Device, RTFocusCamera.Get.TargetCamera);
     _planeDragSession.Plane = CalculateDragPlane();
     return(_planeDragSession.Begin());
 }