Namespace Axolotl2D
Namespaces
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.