Exemple #1
0
 private bool IsInCircleRange(Vector2 otherPos)
 {
     return(masterView.IsInXXXRange(otherPos));
     //if ( Vector2.Distance( GetPosition(), otherPos ) <= masterView.GetCircleRange() )
     //    return true;
     //else
     //    return false;
 }