Final-Bomber  0.1
Bomberman/Dynablaster remake in C# using XNA.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
FBLibrary.Core.BaseEntities.BaseWall Class Reference
Inheritance diagram for FBLibrary.Core.BaseEntities.BaseWall:
[legend]
Collaboration diagram for FBLibrary.Core.BaseEntities.BaseWall:
[legend]

Public Member Functions

void Update ()
 
- Public Member Functions inherited from FBLibrary.Core.StaticEntity
override void Update ()
 
- Public Member Functions inherited from FBLibrary.Core.BaseEntity
void ChangePosition (Point p)
 
void ChangePosition (int x, int y)
 
void ChangePosition (float x, float y)
 
abstract void Destroy ()
 
abstract void Remove ()
 

Protected Member Functions

 BaseWall (Point cellPosition)
 
- Protected Member Functions inherited from FBLibrary.Core.StaticEntity
 StaticEntity ()
 
 StaticEntity (Point cellPosition)
 
- Protected Member Functions inherited from FBLibrary.Core.BaseEntity
 BaseEntity ()
 
 BaseEntity (Point cellPosition)
 

Additional Inherited Members

- Public Attributes inherited from FBLibrary.Core.BaseEntity
bool IsAlive
 
bool InDestruction
 
TimeSpan DestructionTime
 
- Properties inherited from FBLibrary.Core.BaseEntity
Vector2 Position [get, set]
 
float PositionX [get, set]
 
float PositionY [get, set]
 
int CellPositionX [get, set]
 
int CellPositionY [get, set]
 
Point CellPosition [get, set]
 
Point Dimension [get, set]
 

Detailed Description

Definition at line 5 of file BaseWall.cs.

Constructor & Destructor Documentation

FBLibrary.Core.BaseEntities.BaseWall.BaseWall ( Point  cellPosition)
protected

Definition at line 7 of file BaseWall.cs.

Member Function Documentation

void FBLibrary.Core.BaseEntities.BaseWall.Update ( )
virtual

Reimplemented from FBLibrary.Core.BaseEntity.

Definition at line 12 of file BaseWall.cs.


The documentation for this class was generated from the following file: