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.CommonLoadSceneOnClick

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
  NameDescription
Public methodLoadSceneOnClick
Top
Fields
  NameDescription
Public fieldsceneName
The scene to load on click
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also