C# 클래스 CEngineSharp_Client.World.Entity.Npc

상속: IEntity
파일 보기 프로젝트 열기: JohnLamontagne/CEngineSharp 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( RenderTarget target ) : void
Move ( int newX, int newY, Directions direction ) : void
Update ( GameTime gameTime ) : void
Warp ( int newX, int newY, Directions direction ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( RenderTarget target ) : void
target RenderTarget
리턴 void

Move() 공개 메소드

public Move ( int newX, int newY, Directions direction ) : void
newX int
newY int
direction Directions
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

Warp() 공개 메소드

public Warp ( int newX, int newY, Directions direction ) : void
newX int
newY int
direction Directions
리턴 void