Version: 2022.3
언어: 한국어
public Vector2 minSize ;

설명

The minimum size of this window when it is floating or modal. The minimum size is not used when the window is docked.

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