MonoGdx.Scene2D.UI.ScrollPane.ScrollPane C# (CSharp) Method

ScrollPane() private method

private ScrollPane ( Actor widget, ScrollPaneStyle style ) : System
widget Actor
style ScrollPaneStyle
return System
        public ScrollPane(Actor widget, ScrollPaneStyle style)
            : this()
        {
            if (style == null)
                throw new ArgumentNullException("style");
            _style = style;

            Widget = widget;
            Width = 150;
            Height = 150;
        }

Same methods

ScrollPane::ScrollPane ( ) : System
ScrollPane::ScrollPane ( Actor widget ) : System
ScrollPane::ScrollPane ( Actor widget, Skin skin ) : System
ScrollPane::ScrollPane ( Actor widget, Skin skin, string styleName ) : System