Delegate Game.DrawDelegate
- Namespace
- Axolotl2D
- Assembly
- Axolotl2D.dll
Represents a delegate that is called when the game draws.
public delegate void Game.DrawDelegate(double frameDelta, double frameRate)
Represents a delegate that is called when the game draws.
public delegate void Game.DrawDelegate(double frameDelta, double frameRate)