Click or drag to resize
LoadSceneBehaviour Class

[Missing <summary> documentation for "T:Slash.Unity.Common.Loading.LoadSceneBehaviour"]

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

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

The LoadSceneBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodLoadSceneBehaviour
Initializes a new instance of the LoadSceneBehaviour class
Top
Methods
  NameDescription
Public methodLoadScene
Protected methodStart
Unity callback.
Top
Fields
  NameDescription
Public fieldLoadAdditive
Indicates if the scene should be loaded additive to existing one. If loaded additive the old scene objects are not removed.
Public fieldSceneManager
Scene manager to use. If not set, the levels are loaded directly.
Public fieldSceneName
Name of scene to load.
Public fieldWindowManager
Window manager to use. If not set, the windows are loaded directly.
Top
See Also