SceneFrameworkServices Class
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.
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. |