Click or drag to resize

View Class

The base class for the menu views.
Inheritance Hierarchy

Namespace:  RavingBots.MagicGestures.UI.Views
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract class View : MonoBehaviour

The View type exposes the following members.

Constructors
  NameDescription
Protected methodView
Initializes a new instance of the View class
Top
Methods
  NameDescription
Protected methodAwake
Set the initial state.
Public methodGoBack
Called when user presses the back button.
Public methodSetVisible
Change the visibility of the view.
Public methodStatic memberTransit
Switch to a different view.
Top
Fields
  NameDescription
Private field_uiElements
The children of the view.
Top
See Also