DefaultFallbackScene Class
Definition
Namespace: Brine2D.Engine
The built-in fallback scene displayed when a scene load fails and
SceneLoadFailed has no handler that queues a recovery transition.
Shows the failed scene name and exception message.
Replace it project-wide with builder.UseFallbackScene<T>().
Inheritance System.Object → SceneBase → Scene → DefaultFallbackScene