static void Init() { CheckerContrast window = (CheckerContrast)GetWindow(typeof(CheckerContrast), false, "CheckerContrast", true); window.maxSize = new Vector2(300f, 65f); window.minSize = window.maxSize; }
static void Init() { CheckerContrast window = (CheckerContrast)GetWindow(typeof(CheckerContrast)); }