コード例 #1
0
ファイル: KGFOrbitCam.cs プロジェクト: numaiomul/MDV
 /// <summary>
 /// Sets the vertical touch controls
 /// </summary>
 /// <param name="theControl"></param>
 public void SetRotationVerticalControlTouch(touch_axis theControl)
 {
     itsRotation.itsVertical.itsControlTouch = theControl;
 }
コード例 #2
0
ファイル: KGFOrbitCam.cs プロジェクト: numaiomul/MDV
 /// <summary>
 /// Sets the horizontal touch control
 /// </summary>
 /// <param name="theControl"></param>
 public void SetRotationHorizontalControlTouch(touch_axis theControl)
 {
     itsRotation.itsHorizontal.itsControlTouch = theControl;
 }
コード例 #3
0
ファイル: KGFOrbitCam.cs プロジェクト: numaiomul/MDV
 /// <summary>
 /// Sets the left right touch control
 /// </summary>
 /// <param name="theControl"></param>
 public void SetPanningLeftRightControlTouch(touch_axis theControl)
 {
     itsPanning.itsLeftRight.itsControlTouch = theControl;
 }
コード例 #4
0
ファイル: KGFOrbitCam.cs プロジェクト: numaiomul/MDV
 /// <summary>
 /// Sets the up down touch control
 /// </summary>
 /// <param name="theControl"></param>
 public void SetPanningUpDownControlTouch(touch_axis theControl)
 {
     itsPanning.itsUpDown.itsControlTouch = theControl;
 }
コード例 #5
0
ファイル: KGFOrbitCam.cs プロジェクト: numaiomul/MDV
 /// <summary>
 /// Sets the forward backward touch control
 /// </summary>
 /// <param name="theControl"></param>
 public void SetPanningForwardBackwardControlTouch(touch_axis theControl)
 {
     itsPanning.itsForwardBackward.itsControlTouch = theControl;
 }