C# Class PantheonPrototype.EnemyNPC

Inheritance: NPCCharacter
Afficher le fichier Open project: Bacon41/PantheonPrototype

Méthodes publiques

Méthode Description
EnemyNPC ( Vector2 location, Rectangle drawBox, Rectangle boundingBox ) : System
Update ( GameTime gameTime, Pantheon gameReference ) : void

Method Details

EnemyNPC() public méthode

public EnemyNPC ( Vector2 location, Rectangle drawBox, Rectangle boundingBox ) : System
location Vector2
drawBox Microsoft.Xna.Framework.Rectangle
boundingBox Microsoft.Xna.Framework.Rectangle
Résultat System

Update() public méthode

public Update ( GameTime gameTime, Pantheon gameReference ) : void
gameTime Microsoft.Xna.Framework.GameTime
gameReference Pantheon
Résultat void