C# Class GameLogic.Model.Display.ColorRect

Inheritance: Image
Mostrar archivo Open project: Projectfights/Fight-insect Class Usage Examples

Public Methods

Method Description
ColorRect ( int x, int y, int width_, int height_, Color color ) : Bug.Display
Draw ( SpriteBatch batch ) : void

Method Details

ColorRect() public method

public ColorRect ( int x, int y, int width_, int height_, Color color ) : Bug.Display
x int
y int
width_ int
height_ int
color Color
return Bug.Display

Draw() public method

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void