Skip to content

basicmenulogic

eisclimber edited this page Apr 4, 2026 · 1 revision

BasicMenuLogic

Class in ExPresSXR.UI.Menu

Inherits from UnityEngine.MonoBehaviour

Summary

Implements a basic menu navigation for switching menus (to a fixe "back"-menu or to an arbitrary one).

public class BasicMenuLogic : MonoBehaviour

Methods

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.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally