C# Class PantheonPrototype.BunnyNPC

Super important bunny rabbit for testing porpoises.
Inheritance: EnemyNPC
Afficher le fichier Open project: Bacon41/PantheonPrototype Class Usage Examples

Méthodes publiques

Свойство Type Description
counter int

Méthodes publiques

Méthode Description
BunnyNPC ( Vector2 location ) : System
Draw ( SpriteBatch spriteBatch ) : void
Interact ( ) : void
Load ( Microsoft.Xna.Framework.Content.ContentManager contentManager ) : void
Update ( GameTime gameTime, Pantheon gameReference ) : void

Method Details

BunnyNPC() public méthode

public BunnyNPC ( Vector2 location ) : System
location Vector2
Résultat System

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Interact() public méthode

public Interact ( ) : void
Résultat void

Load() public méthode

public Load ( Microsoft.Xna.Framework.Content.ContentManager contentManager ) : void
contentManager Microsoft.Xna.Framework.Content.ContentManager
Résultat void

Update() public méthode

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

Property Details

counter public_oe static_oe property

public static int counter
Résultat int