Table of Contents

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)

Parameters

frameDelta double

Current frame delta.

frameRate double

Current frame rate.