TuxedoBerries.ScenePanel.Drawers.ScreenshotDrawer.ScreenshotDrawer C# (CSharp) Method

ScreenshotDrawer() public method

public ScreenshotDrawer ( ) : System.Collections.Generic
return System.Collections.Generic
        public ScreenshotDrawer()
            : base()
        {
            _column1 = GUILayout.Width (128);
            _history = new ScreenshotHistory ();
            _history.Load ();
            _scrolls = new ScrollableContainer ();
        }