Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

FocusType

enumeration

Description

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.

Properties

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

Did you find this page useful? Please give it a rating: