Table of Contents

Namespace Axolotl2D

Namespaces

Axolotl2D.Audio
Axolotl2D.Cef
Axolotl2D.Drawable
Axolotl2D.Exceptions
Axolotl2D.Helpers
Axolotl2D.Scenes
Axolotl2D.Shaders

Classes

Color

Represents a color in the game.

Game

Represents the base game class for Axolotl2D.

Hosting

Presents methods for injecting game-related services into a Host.

Interfaces

IGameHost

Represents a service that hosts the game. Only one instance of this type should exist.

Delegates

Game.DrawDelegate

Represents a delegate that is called when the game draws.

Game.LoadDelegate

Represents a delegate that is called when the game loads.

Game.ResizeDelegate

Represents a delegate that is called when the game window resizes.

Game.UpdateDelegate

Represents a delegate that is called when the game updates.