C# Class SolutionLecture5.PlayerCharacter

Inheritance: GameObject
Show file Open project: Westerdals/PG2200LectureCode2013 Class Usage Examples

Public Methods

Method Description
Initialize ( Microsoft.Xna.Framework.Game game ) : void
PlayerCharacter ( Point position ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

Method Details

Initialize() public method

public Initialize ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game
return void

PlayerCharacter() public method

public PlayerCharacter ( Point position ) : Microsoft.Xna.Framework
position Microsoft.Xna.Framework.Point
return Microsoft.Xna.Framework

Update() public method

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