Skip to content

SceneFrameworkServices Class

Definition

Namespace: Brine2D.Engine

Groups the framework services that SceneManager stamps onto every scene. Registered as a singleton and resolved by DI — all constructor parameters are already in the container.

C#
internal sealed class SceneFrameworkServices

Inheritance System.Object → SceneFrameworkServices

Constructors
SceneFrameworkServices\(ILoggerFactory, IRenderer, IInputContext, IAudioPlayer, IGameContext\) Groups the framework services that SceneManager stamps onto every scene. Registered as a singleton and resolved by DI — all constructor parameters are already in the container.