abstract class in AdvancedSceneManager.Core
Base class for Core.SceneLoadArgs and Core.SceneUnloadArgs.
| Member | Description |
|---|---|
SceneCollection collection { get; } |
The collection that the scene belongs to, if any. |
string errorMessage { get; } |
The error message if SceneLoaderArgsBase.isError is true. |
bool isError { get; } |
Indicates whether this operation resulted in an error. |
bool isLoadingScreen |
Gets whether the associated scene is a loading screen. |
bool isSplashScreen |
Gets whether the associated scene is a splash screen. |
SceneOperation operation { get; } |
The Core.SceneOperation representing the current load or unload operation. |
bool reportProgress { get; } |
Determines whether progress should be reported during this operation. |
Scene scene { get; } |
The scene associated with this loading or unloading operation. |
| Member | Description |
|---|---|
void SetError(string message) |
Marks this operation as failed with the specified error message. |