C# 클래스 WarTornLands.Entities.Modules.Draw.DualDraw
파일 보기
프로젝트 열기: floAr/WarTornLands
공개 메소드들
메소드 |
설명 |
|
Draw ( Microsoft batch, DrawInformation information ) : void |
|
|
DualDraw ( DataRow data ) : System |
|
|
DualDraw ( IDrawExecuter lower, IDrawExecuter upper ) : System |
|
|
Update ( Microsoft gameTime ) : void |
|
|
메소드 상세
public Draw ( Microsoft batch, DrawInformation information ) : void |
batch |
Microsoft |
|
information |
DrawInformation |
|
리턴 |
void |
|
public DualDraw ( DataRow data ) : System |
data |
System.Data.DataRow |
|
리턴 |
System |
|
public DualDraw ( IDrawExecuter lower, IDrawExecuter upper ) : System |
lower |
IDrawExecuter |
|
upper |
IDrawExecuter |
|
리턴 |
System |
|
public Update ( Microsoft gameTime ) : void |
gameTime |
Microsoft |
|
리턴 |
void |
|