C# Class Lecture6Examples.GameObject

Mostrar archivo Open project: Westerdals/PG2200LectureCode2013

Public Methods

Method Description
GetState ( ) : string
Update ( GameTime gameTime ) : void

Method Details

GetState() public method

public GetState ( ) : string
return string

Update() public method

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