Class SceneManagerException
This class represents an exception related to a SceneManager.
Namespace: Evergine.Framework.Exceptions
Assembly: Evergine.Framework.dll
Syntax
public class SceneManagerException : EvergineException
Constructors
SceneManagerException(SceneManager, Exception)
Initializes a new instance of the SceneManagerException class.
Declaration
public SceneManagerException(SceneManager sceneManager, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| SceneManager | sceneManager | The scene manager. |
| Exception | innerException | The inner exception. |
Properties
SceneManagerType
Gets the type of the scene manager.
Declaration
public Type SceneManagerType { get; }
Property Value
| Type | Description |
|---|---|
| Type |