Exemplo n.º 1
0
 public override SteeringOutput GetSteering()
 {
     return(Align.GetSteering(this.ownKS, this.target, this.closeEnoughAngle, this.slowDownAngle, this.timeToDesiredAngularSpeed));
 }