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(0, 0);
Removes menus from the manager in preparation for reset
Navigates modes based on given direction
LEFT or RIGHT
Updates icons for all navigation menus.
Updates all navigation menus.
Static
getGets the singleton instance of the NavigationManager.
The singleton instance of NavigationManager.
Manages navigation and menus tabs within the setting menu.