예제 #1
0
 //Show Window
 public static void ShowPropsWindow()
 {
     instance = (PropsWindow)EditorWindow.GetWindow(typeof(PropsWindow));
     instance.titleContent = new GUIContent("Props List");
 }
예제 #2
0
 private static void ShowPropsWindow()
 {
     PropsWindow.ShowPropsWindow();
 }