Interface INavVisualController
Interface for a navigation visual controller. A navigation visual controller is responsible for setting up the visual elements of a navigation graph. This includes the bottom navigation bar, the app bar and the drawer.
Namespace: Unity.AppUI.Navigation
Assembly: solution.dll
Syntax
public interface INavVisualController
Methods
Name | Description |
---|---|
SetupAppBar(AppBar, NavDestination, NavController) | Setup the app bar. |
SetupBottomNavBar(BottomNavBar, NavDestination, NavController) | Setup the bottom navigation bar. |
SetupDrawer(Drawer, NavDestination, NavController) | Setup the drawer. |