Esempio n. 1
0
 /// <summary>
 /// Allows you to configure the automatic orientation behavior, if any.
 /// </summary>
 public void NavSetOrientationBehavior(OrientationBehavior behavior)
 {
     this.Steering.orientationBehavior = behavior;
 }
Esempio n. 2
0
 /// <summary>
 /// (SIMPLE) Allows you to configure the automatic orientation behavior,
 /// if any
 /// </summary>
 public void NavSetOrientationBehavior(OrientationBehavior behavior)
 {
     this.Steering.orientationBehavior = behavior;
 }