Table of Contents

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 double

Current frame delta.