Select your preferred scripting language. All code snippets will be displayed in this language.
struct in UnityEngine.UI
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseStructure storing details related to navigation.
defaultNavigation | Return a Navigation with sensible default values. |
mode | Navigation mode. |
selectOnDown | Specify a Selectable UI GameObject to highlight when the down arrow key is pressed. |
selectOnLeft | Specify a Selectable UI GameObject to highlight when the left arrow key is pressed. |
selectOnRight | Specify a Selectable UI GameObject to highlight when the right arrow key is pressed. |
selectOnUp | Specify a Selectable UI GameObject to highlight when the Up arrow key is pressed. |