Esempio n. 1
0
 public ScreenshotDrawer() : base()
 {
     _column1 = GUILayout.Width(128);
     _history = new ScreenshotHistory();
     _history.Load();
     _scrolls = new ScrollableContainer();
 }
 public ScreenshotDrawer()
     : base()
 {
     _column1 = GUILayout.Width (128);
     _history = new ScreenshotHistory ();
     _history.Load ();
     _scrolls = new ScrollableContainer ();
 }