Interface IMenu
Interface that all menu gameobjects/canvases should implement in order to work properly with MenuManager.
Namespace: GDA
Assembly: Assembly-CSharp.dll
Syntax
public interface IMenu
Methods
Hide()
Hides the menu
Declaration
void Hide()
Show()
Shows the menu
Declaration
void Show()