コード例 #1
0
    static void Init()
    {
        AssetsChecker window = (AssetsChecker)EditorWindow.GetWindow(typeof(AssetsChecker));

        window.minSize = new Vector2(MinWidth, 475);
    }
コード例 #2
0
ファイル: AssetsChecker.cs プロジェクト: moto2002/unityLab
 public static void CreateWizard()
 {
     window = (AssetsChecker)EditorWindow.GetWindow(typeof(AssetsChecker));
 }
コード例 #3
0
 public static void CreateWizard()
 {
     window = (AssetsChecker)EditorWindow.GetWindow(typeof(AssetsChecker));
 }