C# Class Some2DRPG.GameObjects.Creatures.Bat

Inheritance: RPGEntity
Exibir arquivo Open project: MichaelAquilina/Some-2D-RPG Class Usage Examples

Public Methods

Method Description
AggressiveBatAI ( GameTime gameTime, GameEngine.TeeEngine engine ) : void
Bat ( ) : System
Bat ( float x, float y ) : System
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Update ( GameTime gameTime, GameEngine.TeeEngine engine ) : void

Private Methods

Method Description
Bat_Hit ( RPGEntity sender, Entity invoker, GameTime gameTime, GameEngine.TeeEngine engine ) : void
Construct ( float x, float y ) : void

Method Details

AggressiveBatAI() public method

public AggressiveBatAI ( GameTime gameTime, GameEngine.TeeEngine engine ) : void
gameTime Microsoft.Xna.Framework.GameTime
engine GameEngine.TeeEngine
return void

Bat() public method

public Bat ( ) : System
return System

Bat() public method

public Bat ( float x, float y ) : System
x float
y float
return System

LoadContent() public method

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void

Update() public method

public Update ( GameTime gameTime, GameEngine.TeeEngine engine ) : void
gameTime Microsoft.Xna.Framework.GameTime
engine GameEngine.TeeEngine
return void