Click or drag to resize
LoadSceneOnStartBehaviour Class
Loads the specified scene immediately after start.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.LoadingLoadSceneOnStartBehaviour

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

The LoadSceneOnStartBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodLoadSceneOnStartBehaviour
Initializes a new instance of the LoadSceneOnStartBehaviour class
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 fieldSceneName
Name of scene to load.
Top
See Also