Example #1
0
 /**
  * Update the axis used for directional thrusters
  */
 public void SetThrusters(Virtual6DOFController.ThrusterAxis axis)
 {
     thrusterAxis = axis;
 }