C# Class WarTornLands.Entities.Modules.Draw.DualDraw
Exibir arquivo
Open project: floAr/WarTornLands
Public Methods
Method |
Description |
|
Draw ( Microsoft batch, DrawInformation information ) : void |
|
|
DualDraw ( DataRow data ) : System |
|
|
DualDraw ( IDrawExecuter lower, IDrawExecuter upper ) : System |
|
|
Update ( Microsoft gameTime ) : void |
|
|
Method Details
public Draw ( Microsoft batch, DrawInformation information ) : void |
batch |
Microsoft |
|
information |
DrawInformation |
|
return |
void |
|
public DualDraw ( DataRow data ) : System |
data |
System.Data.DataRow |
|
return |
System |
|
public DualDraw ( IDrawExecuter lower, IDrawExecuter upper ) : System |
lower |
IDrawExecuter |
|
upper |
IDrawExecuter |
|
return |
System |
|
public Update ( Microsoft gameTime ) : void |
gameTime |
Microsoft |
|
return |
void |
|