C# (CSharp) Indiefreaks.Xna.Core Namespace

Classes

Name Description
ContentCatalogue The ContentCatalogue class encapsulates the Xna ContentManager class to Load content as WeakReferences avoiding therefore to manage Content memory.
ContentLoadingException Exception raised when something went wrong while loading content using the synchronous or asynchronous function
CoreException General Engine exception
GameState
Interpolator
InterpolatorScales A static class that contains predefined scales for Interpolators.
LoadingGameState The LoadingGameState class is the base class that you should use to render loading screens while other game states are loading.
Timer An object that invokes an action after an amount of time has elapsed and optionally continues repeating until told to stop.