Click or drag to resize

LoadScene_Example Class

Example of how to change scenes for all users
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          SimpleDemosLoadScene_Example

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class LoadScene_Example : MonoBehaviour

The LoadScene_Example type exposes the following members.

Constructors
  NameDescription
Public methodLoadScene_Example
Initializes a new instance of the LoadScene_Example class
Top
Methods
  NameDescription
Private methodStart
Initialize scene to load string
Private methodUpdate
Game Logic
Top
Fields
  NameDescription
Public fieldm_LoadScene
Resets the scene so the user can delete the object again
Public fieldm_SceneToLoad
The name of the scene the user wants to load
Top
See Also