C# Class FBClient.Core.Entities.EdgeWall

Inheritance: BaseEdgeWall
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( ) : void
Draw ( GameTime gameTime, Camera2D camera ) : void
EdgeWall ( Point cellPosition ) : FBClient.Sprites
Remove ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime, Camera2D camera ) : void
gameTime Microsoft.Xna.Framework.GameTime
camera Camera2D
Résultat void

EdgeWall() public méthode

public EdgeWall ( Point cellPosition ) : FBClient.Sprites
cellPosition Microsoft.Xna.Framework.Point
Résultat FBClient.Sprites

Remove() public méthode

public Remove ( ) : void
Résultat void

Update() public méthode

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