コード例 #1
0
	public static void Init()
	{
        myWindow = EditorWindow.GetWindowWithRect<csLegacyEffectEditor>(new Rect(100, 100, 300, 220)); //set Editor Position and Size
		myWindow.title = "Editor"; 
	}
コード例 #2
0
 public static void Init()
 {
     myWindow       = EditorWindow.GetWindowWithRect <csLegacyEffectEditor>(new Rect(100, 100, 300, 220)); //set Editor Position and Size
     myWindow.title = "Editor";
 }