Click or drag to resize

LoadSceneOnClick Class

Added to a GameObject that has a Button component, it loads sceneName scene when the button is clicked
Inheritance Hierarchy
SystemObject
Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.Demos.Common LoadSceneOnClick

Namespace: Com.ForbiddenByte.OSA.Demos.Common
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class LoadSceneOnClick : MonoBehaviour

The LoadSceneOnClick type exposes the following members.

Constructors
Name Description
Public method LoadSceneOnClick
Top
Fields
Name Description
Public field allSceneNamesInOrder
Public field loadMode
The scene to load on click
Public field sceneName
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also