C# Class FBClient.Core.Entities.Wall

Inheritance: FBLibrary.Core.BaseEntities.BaseWall
Mostrar archivo Open project: Noxalus/Final-Bomber Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void
Draw ( GameTime gameTime, Camera2D camera ) : void
Remove ( ) : void
Update ( GameTime gameTime ) : void
Wall ( Point cellPosition ) : System.Collections.Generic

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Draw() public method

public Draw ( GameTime gameTime, Camera2D camera ) : void
gameTime Microsoft.Xna.Framework.GameTime
camera Camera2D
return void

Remove() public method

public Remove ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Wall() public method

public Wall ( Point cellPosition ) : System.Collections.Generic
cellPosition Microsoft.Xna.Framework.Point
return System.Collections.Generic