C# Class GameLogic.Model.Display.ColorRect

Inheritance: Image
Afficher le fichier Open project: Projectfights/Fight-insect Class Usage Examples

Méthodes publiques

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

Method Details

ColorRect() public méthode

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

Draw() public méthode

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void