SceneLoadFailedEventArgs Class
Definition
Namespace: Brine2D.Engine
Event arguments for SceneLoadFailed.
Inheritance System.Object → System.EventArgs → SceneLoadFailedEventArgs
| Constructors | |
|---|---|
| SceneLoadFailedEventArgs\(string, Exception\) | Event arguments for SceneLoadFailed. |
| Properties | |
|---|---|
| Exception | Gets the exception that caused the failure. |
| SceneName | Gets the name of the scene that failed to load. |