GameApplicationBuilder.UseFallbackScene() Method
Definition
Namespace: Brine2D.Hosting
Replaces the built-in DefaultFallbackScene with a custom scene shown when a scene load fails and SceneLoadFailed has no handler that queues a recovery transition. The fallback scene can inject ISceneLoadErrorInfo to display the failure details.
C#
public Brine2D.Hosting.GameApplicationBuilder UseFallbackScene<T>()
where T : Brine2D.Engine.Scene;
Type parameters
T