C# Class Some2DRPG.GameObjects.Characters.Hero

Inheritance: NPC
Exibir arquivo Open project: MichaelAquilina/Some-2D-RPG

Public Methods

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

Private Methods

Method Description
Construct ( float x, float y ) : void

Method Details

Hero() public method

public Hero ( ) : System
return System

Hero() public method

public Hero ( 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

PerformInteraction() public method

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

PostCreate() public method

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

Update() public method

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