Пример #1
0
 /// <summary>
 /// Sets the vertical touch controls
 /// </summary>
 /// <param name="theControl"></param>
 public void SetRotationVerticalControlTouch(touch_axis theControl)
 {
     itsRotation.itsVertical.itsControlTouch = theControl;
 }
Пример #2
0
 /// <summary>
 /// Sets the horizontal touch control
 /// </summary>
 /// <param name="theControl"></param>
 public void SetRotationHorizontalControlTouch(touch_axis theControl)
 {
     itsRotation.itsHorizontal.itsControlTouch = theControl;
 }
Пример #3
0
 /// <summary>
 /// Sets the left right touch control
 /// </summary>
 /// <param name="theControl"></param>
 public void SetPanningLeftRightControlTouch(touch_axis theControl)
 {
     itsPanning.itsLeftRight.itsControlTouch = theControl;
 }
Пример #4
0
 /// <summary>
 /// Sets the up down touch control
 /// </summary>
 /// <param name="theControl"></param>
 public void SetPanningUpDownControlTouch(touch_axis theControl)
 {
     itsPanning.itsUpDown.itsControlTouch = theControl;
 }
Пример #5
0
 /// <summary>
 /// Sets the forward backward touch control
 /// </summary>
 /// <param name="theControl"></param>
 public void SetPanningForwardBackwardControlTouch(touch_axis theControl)
 {
     itsPanning.itsForwardBackward.itsControlTouch = theControl;
 }