Exemplo n.º 1
0
 private void OnEnable()
 {
     ssWindow = new LuaSnapshotView(this);
     pfWindow = new LuaProfilerWin(this);
 }
Exemplo n.º 2
0
 public LuaProfilerDataWindow(LuaProfilerWin _pfWindow)
 {
     this.pfWindow = _pfWindow;
 }