Class HideShowMenu
Namespace: Global
Assembly: Assembly-CSharp.dll
Syntax
public class HideShowMenu : MonoBehaviour
Fields
onMenuClosed
Declaration
public UnityEvent onMenuClosed
Field Value
Type | Description |
---|---|
UnityEvent |
onMenuOpened
Declaration
public UnityEvent onMenuOpened
Field Value
Type | Description |
---|---|
UnityEvent |
Methods
ToggleHideShow()
Toggles whether the menu is hidden or shown.
Declaration
public void ToggleHideShow()