C# Class CEngineSharp_Client.World.Entity.Npc

Inheritance: IEntity
Afficher le fichier Open project: JohnLamontagne/CEngineSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Draw ( RenderTarget target ) : void
target RenderTarget
Résultat void

Move() public méthode

public Move ( int newX, int newY, Directions direction ) : void
newX int
newY int
direction Directions
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

Warp() public méthode

public Warp ( int newX, int newY, Directions direction ) : void
newX int
newY int
direction Directions
Résultat void