C# 클래스 WarTornLands.Entities.Modules.Draw.StaticDrawer

Static drawer class, to draw entities consisting of a single static texture
상속: BaseModule, IDrawExecuter
파일 보기 프로젝트 열기: floAr/WarTornLands 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch batch, DrawInformation information ) : void

Draws the specified batch.

StaticDrawer ( ) : System
StaticDrawer ( DataRow data ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

Draws the specified batch.
public Draw ( SpriteBatch batch, DrawInformation information ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch The batch.
information DrawInformation The information.
리턴 void

StaticDrawer() 공개 메소드

public StaticDrawer ( ) : System
리턴 System

StaticDrawer() 공개 메소드

public StaticDrawer ( DataRow data ) : System
data DataRow
리턴 System

Update() 공개 메소드

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