예제 #1
0
 public static void ShowNotification2(this EditorWindow self, params object[] args)
 {
     self.ShowNotification(LogCat.GetLogString(args).ToGUIContent());
 }