C# Class SolutionLecture5.GameObject

Show file Open project: Westerdals/PG2200LectureCode2013

Protected Properties

Property Type Description
_position Microsoft.Xna.Framework.Point

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

Property Details

_position protected property

protected Point,Microsoft.Xna.Framework _position
return Microsoft.Xna.Framework.Point