C# Class LectureExamples5.PlayerCharacter

Inheritance: GameObject
Mostra file Open project: Westerdals/PG2200LectureCode2013

Public Methods

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

Method Details

Initialize() public method

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

Update() public method

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