The Focusable component enables gamepad or keyboard navigation between UI elements, defining navigation links and focus-change actions.
Focus Acquired Action
Actions to run when this object receives focus.
Focus Lost Action
Actions to run when this object loses focus.
Next Object
The object to focus when the user navigates to the next item. The Tab key selects the next item.
Previous Object
The object to focus when the user navigates to the previous item. Shift+Tab selects to the previous item.
Object Up
The object to focus when the user presses up.
Object Down
The object to focus when the user presses down.
Object Left
The object to focus when the user presses left.
Object Right
The object to focus when the user presses right.