Table of Contents

Class LibreRallyGame

Namespace
LibreRally
Assembly
LibreRally.dll

Main game class for LibreRally, responsible for initializing the scene and content.

public sealed class LibreRallyGame : Game, IDisposable, IComponent, IReferencable, ICollectorHolder, IGame, ISceneRendererContext, IGameSettingsService
Inheritance
LibreRallyGame
Implements
IComponent
IReferencable
ICollectorHolder
IGame
ISceneRendererContext
IGameSettingsService
Inherited Members

Constructors

LibreRallyGame()

Initializes a new instance of the LibreRallyGame class with a 60 Hz fixed timestep.

public LibreRallyGame()

Methods

LoadContent()

Loads the initial scene content and wires up the startup game state.

protected override Task LoadContent()

Returns

Task

Exceptions

InvalidOperationException

Thrown when required Stride scene services are unavailable during startup.