Beispiel #1
0
 /// <summary>
 /// Centers the camera on a given vector
 /// </summary>
 /// <param name="p"></param>
 public void Center(Vector2 p)
 {
     Center(LocationManager.getPointFromVector(p));
 }