C# Class Bug.GameObjects.Wall

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

Méthodes publiques

Méthode Description
Draw ( Microsoft spriteBatch ) : void
GetBoundingBox ( ) : Rectangle
Update ( GameTime gameTime ) : void
Wall ( Rectangle bounds_ ) : Microsoft.Xna.Framework

Method Details

Draw() public méthode

public Draw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
Résultat void

GetBoundingBox() public méthode

public GetBoundingBox ( ) : Rectangle
Résultat Microsoft.Xna.Framework.Rectangle

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Wall() public méthode

public Wall ( Rectangle bounds_ ) : Microsoft.Xna.Framework
bounds_ Microsoft.Xna.Framework.Rectangle
Résultat Microsoft.Xna.Framework