LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

EventSystem.isFocused

public bool isFocused;

Description

Flag to say whether the EventSystem thinks it should be paused or not based upon focused state.

Used to determine inside the indevidual InputModules if the module should be ticked while the application doesnt have focus.