Bug.GameObjects.Wall.GetBoundingBox C# (CSharp) Method

GetBoundingBox() public method

public GetBoundingBox ( ) : Rectangle
return Microsoft.Xna.Framework.Rectangle
        public override Rectangle GetBoundingBox()
        {
            return new Rectangle(bounds.X, bounds.Y, bounds.Width, bounds.Height);
        }