basicmenulogic - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.UI.Menu
Inherits from UnityEngine.MonoBehaviour
Implements a basic menu navigation for switching menus (to a fixe "back"-menu or to an arbitrary one).
public class BasicMenuLogic : MonoBehaviour| Name | Description |
|---|---|
| GoBack() | Switches to the menu set as backMenu unless it is null. |
| GoToMenu(BasicMenuLogic) | Disables the gameObject this component is attached to and activates the provided menu. |