C# Class PantheonPrototype.BunnyNPC

Super important bunny rabbit for testing porpoises.
Inheritance: EnemyNPC
Mostrar archivo Open project: Bacon41/PantheonPrototype Class Usage Examples

Public Properties

Property Type Description
counter int

Public Methods

Method 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 method

public BunnyNPC ( Vector2 location ) : System
location Vector2
return System

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Interact() public method

public Interact ( ) : void
return void

Load() public method

public Load ( Microsoft.Xna.Framework.Content.ContentManager contentManager ) : void
contentManager Microsoft.Xna.Framework.Content.ContentManager
return void

Update() public method

public Update ( GameTime gameTime, Pantheon gameReference ) : void
gameTime Microsoft.Xna.Framework.GameTime
gameReference Pantheon
return void

Property Details

counter public_oe static_oe property

public static int counter
return int