Asteroids.Classes.AstroidThom.GetHitbox C# (CSharp) Méthode

GetHitbox() public méthode

public GetHitbox ( ) : Rectangle
Résultat Microsoft.Xna.Framework.Rectangle
        public Rectangle GetHitbox()
        {
            return hitBox;
        }