Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

EditorWindow.maxSize

public Vector2 maxSize;

Description

The maximum size of this window.

An EditorWindow can be resized. The maxSize variable provides the largest width and height that is supported. This is typically a Vector2(4000,4000). Note that this size is likely to be larger than most screen resolutions.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答