Beispiel #1
0
 public static float GetSpeed(this Rigidbody2D body)
 {
     return(Mathf.Sqrt(body.GetSquareSpeed()));
 }