TuxedoBerries.ScenePanel.Drawers.ScreenshotDrawer.ScreenshotDrawer C# (CSharp) 메소드

ScreenshotDrawer() 공개 메소드

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