コード例 #1
0
 public UnityLogListener(UnityLogEvents events, IUnityLogView view = null)
 {
     this.events = events;
     logView     = view;
     Init();
 }
コード例 #2
0
 public UnityLogListener(IUnityLogView view = null)
 {
     Init();
     logView = view;
 }