Click or drag to resize
LoadSceneOnEscBehaviour Class
Loads the specified scene on ESC or back button.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.LoadingLoadSceneOnEscBehaviour

Namespace: Slash.Unity.Common.Loading
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class LoadSceneOnEscBehaviour : MonoBehaviour

The LoadSceneOnEscBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodLoadSceneOnEscBehaviour
Initializes a new instance of the LoadSceneOnEscBehaviour class
Top
Fields
  NameDescription
Public fieldSceneName
Name of the scene to load.
Top
See Also