C# Class CEngineSharp_Client.World.Entity.Npc

Inheritance: IEntity
Show file Open project: JohnLamontagne/CEngineSharp Class Usage Examples

Public Methods

Method Description
Draw ( RenderTarget target ) : void
Move ( int newX, int newY, Directions direction ) : void
Update ( GameTime gameTime ) : void
Warp ( int newX, int newY, Directions direction ) : void

Method Details

Draw() public method

public Draw ( RenderTarget target ) : void
target RenderTarget
return void

Move() public method

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

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void

Warp() public method

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