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.minSize

public Vector2 minSize;

Description

The minimum size of this window.

An EditorWindow can be resized. The minSize variable provides the lowest width and height that is supported. This is typically a Vector2(100,100).