Interaction Components
遷移オプション

Selectable 基底クラス

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

Selectable クラスはすべての相互作用するコンポーネントの基底クラスであり,共通のアイテムを処理します。

プロパティ: 特徴:
Interactible このプロパティは,このコンポーネントが入力を受け付けるかを決定します。 false に設定されている場合相互作用は行われず,遷移ステートは disabled ステートに設定されます。
Transition Selectable コンポーネントの範囲内では Selectable が現在どのステートなのかに応じた,いくつかの Transition Options があります。ステートには normal, highlighted, pressed そして disabled があります。
Navigation また,コントロールのキーボードナビゲーションが実装される方法を管理するため,いくつかの Navigation Options もあります。
Interaction Components
遷移オプション