class
Navigation
Inherits from System.Object
The static access point to provide input navigation and selection events.
Static Methods
Deselect | Deselects the currently selected UIBlock. |
Focus | Moves navigation focus to |
Move | Queues an attempt to move navigation focus to the next navigable UIBlock in the approximate local space direction to be processed at the start of the next frame, after the Nova Engine update has run for the current frame. |
NavCast | Performs a navigation-specific raycast against all navigable UIBlocks under |
NavCastAll | Performs a navigation-specific raycast against all navigable UIBlocks under |
Select | Selects the currently focused UIBlock. |
TryGetFocusedUIBlock | Retrieves the UIBlock which was most recently navigated to from the provided |
TryGetSelectedUIBlock | Retrieves the actively selected UIBlock for the provided |
Static Events
OnNavigationFocusChanged | Event fired after the navigation queue has been processed, if a new UIBlock with an attached GestureRecognizer component receives navigation focus from a particular controlID. |