Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

static var wideMode: bool;
static bool wideMode;
static wideMode as bool

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.