Beispiel #1
0
 protected void StopMoving()
 {
     stopWalkingAround = true;
     motor.Stop();
     stringBuilder.Length = 0;
     stringBuilder.AppendFormat("{0} stopped moving", MyName);
     ThingConsole.Log(stringBuilder.ToString());
 }
Beispiel #2
0
 protected void StopMoving()
 {
     stopWalkingAround = true;
     motor.Stop();
     ThingConsole.Log(gameObject.name + " stopped moving");
 }
Beispiel #3
0
 protected void StopMoving()
 {
     stopWalkingAround = true;
     motor.Stop();
     ThingConsole.Log(FormatString("{0} stopped moving", MyName));
 }
Beispiel #4
0
 protected void StopMoving()
 {
     stopWalkingAround = true;
     motor.Stop();
 }