Legacy Documentation: Version 4.6
Language: English
Interaction Components
Transition Options

Selectable Base Class

Suggest a change

Success!

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.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

The Selectable Class is the base class for all the interaction components and it handles the items that are in common.

Property: Function:
Interactible This determines if this component will accept input. When it is set to false interaction is disabled and the transition state will be set to the disabled state.
Transition Within a selectable component there are several Transition Options depending on what state the selectable is currently in. The different states are: normal, highlighted, pressed and disabled.
Navigation There are also a number of Navigation Options to control how keyboard navigation of the controls is implemented.
Interaction Components
Transition Options