Search Results for

    Show / Hide Table of Contents

    Class SceneManagerException

    This class represents an exception related to a SceneManager.

    Inheritance
    object
    Exception
    EvergineException
    SceneManagerException
    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX