Ejemplo n.º 1
0
 public void OnEnable()
 {
     if (this._diffWindow == null)
     {
         this._diffWindow = EditorWindow.GetWindow <MemoryProfilerDiffWindow>() as MemoryProfilerDiffWindow;
     }
 }
Ejemplo n.º 2
0
 public void SetSnapshot(MemoryProfilerDiffWindow diffWindow)
 {
     this._diffWindow = diffWindow;
     this._extraObjs  = null;
 }