| 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
Public Class LoadScene_Example
Inherits MonoBehaviour
public ref class LoadScene_Example : public MonoBehaviour
type LoadScene_Example =
class
inherit MonoBehaviour
end
The LoadScene_Example type exposes the following members.
Constructors Methods
| Name | Description |
---|
| Start | Initialize scene to load string |
| Update | Game Logic |
TopFields
| Name | Description |
---|
| m_LoadScene | Resets the scene so the user can delete the object again |
| m_SceneToLoad | The name of the scene the user wants to load |
TopSee Also