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