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.

EditorWindow.mouseOverWindow

public static var mouseOverWindow: EditorWindow;

Description

The EditorWindow currently under the mouse cursor. (Read Only)

mouseOverWindow can be null if there is no window under the cursor.

See Also: focusedWindow.


Move the mouse over other Unity windows to automatically focus them.

no example available in JavaScript