Version: 2022.3
言語: 日本語

FocusType

enumeration

マニュアルに切り替える

説明

Used by GUIUtility.GetControlID to inform the IMGUI system if a given control can get keyboard focus. This allows the IMGUI system to give focus appropriately when a user presses tab for cycling between controls.

変数

KeyboardThis control can receive keyboard focus.
PassiveThis control can not receive keyboard focus.