Game.Update()

Description: Triggered on a regular interval defined by the GameConfiguration.

Details

Returns: void

Update (gameTime)
Triggered on a regular interval defined by the GameConfiguration.

gameTime: EndGate.GameTime
The global game time object. Used to represent total time running and used to track update interval elapsed speeds.

Examples

There's currently no example available for this page. If you'd like to suggest one send me an containing a description, code, and link to the page for the suggested example. As a thanks I'll associate the code snippet with your name directly below the example if approved.