예제 #1
0
 /// <summary>
 /// Gets the position of the current body
 /// </summary>
 /// <returns>The position of the current action</returns>
 public Vector2 GetPosition()
 {
     return(Animation.GetPosition());
 }