C# Class FBClient.Core.Entities.EdgeWall
Mostra file
Open project: Noxalus/Final-Bomber
Class Usage Examples
Public Methods
Method |
Description |
|
Destroy ( ) : void |
|
|
Draw ( GameTime gameTime, Camera2D camera ) : void |
|
|
EdgeWall ( Point cellPosition ) : FBClient.Sprites |
|
|
Remove ( ) : void |
|
|
Update ( GameTime gameTime ) : void |
|
|
Method Details
public Destroy ( ) : void |
return |
void |
|
public Draw ( GameTime gameTime, Camera2D camera ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
camera |
Camera2D |
|
return |
void |
|
public EdgeWall ( Point cellPosition ) : FBClient.Sprites |
cellPosition |
Microsoft.Xna.Framework.Point |
|
return |
FBClient.Sprites |
|
public Remove ( ) : void |
return |
void |
|
public Update ( GameTime gameTime ) : void |
gameTime |
Microsoft.Xna.Framework.GameTime |
|
return |
void |
|