Click or drag to resize
SceneManager Class

Note: This API is now obsolete.

[Missing <summary> documentation for "T:Slash.Unity.Common.Scenes.SceneManager"]

Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.ScenesSceneManager

Namespace: Slash.Unity.Common.Scenes
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
[ObsoleteAttribute("Don't use with Unity > 5.3, use the Unity SceneManager there instead.")]
public sealed class SceneManager : MonoBehaviour

The SceneManager type exposes the following members.

Constructors
  NameDescription
Public methodSceneManager
Initializes a new instance of the SceneManager class
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Top
Methods
  NameDescription
Public methodChangeScene
Changes to the specified scene.
Public methodQuit
Quits the application.
Top
Events
  NameDescription
Public eventSceneChanged
Public eventSceneChanging
Top
Fields
  NameDescription
Public fieldLoadingScreenPrefab
Prefab to instantiate while scene is loading.
Top
See Also