コード例 #1
0
        static void Init()
        {
            CheckerContrast window = (CheckerContrast)GetWindow(typeof(CheckerContrast), false, "CheckerContrast", true);

            window.maxSize = new Vector2(300f, 65f);
            window.minSize = window.maxSize;
        }
コード例 #2
0
ファイル: CheckerContrast.cs プロジェクト: TCoreWin/Core
 static void Init()
 {
     CheckerContrast window = (CheckerContrast)GetWindow(typeof(CheckerContrast));
 }