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.

EditorGUIUtility.wideMode

public static bool wideMode;

Description

Is the Editor GUI currently in wide mode?

Wide mode is a mode for Editor GUI where the controls for structs such as Vector3 and Rect are inlined so they take up less vertical space. For example, in wide mode a Vector3Field takes up one line height instead of two, and a RectField takes up two line heights instead of three.

When creating your own multi-line controls, you can query wideMode and make the layout of your control follow the same logic.

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