Creates an instance of NavigationManager. To create a new tab in the menu, add the mode to the modes array and the label to the labels array. and instantiate a new NavigationMenu instance in your handler like: this.navigationContainer = new NavigationMenu(this.scene, 0, 0);
Static
getGets the singleton instance of the NavigationManager.
The singleton instance of NavigationManager.
Manages navigation and menus tabs within the setting menu.