Delegate Game.UpdateDelegate
- Namespace
- Axolotl2D
- Assembly
- Axolotl2D.dll
Represents a delegate that is called when the game updates.
public delegate void Game.UpdateDelegate(double frameDelta)
Parameters
frameDelta
doubleCurrent frame delta.
Represents a delegate that is called when the game updates.
public delegate void Game.UpdateDelegate(double frameDelta)
frameDelta
doubleCurrent frame delta.