MonoGdx.Scene2D.UI.ScrollPaneStyle.ScrollPaneStyle C# (CSharp) Méthode

ScrollPaneStyle() public méthode

public ScrollPaneStyle ( ScrollPaneStyle style ) : System
style ScrollPaneStyle
Résultat System
        public ScrollPaneStyle(ScrollPaneStyle style)
        {
            Background = style.Background;
            HScroll = style.HScroll;
            HScrollKnob = style.HScrollKnob;
            VScroll = style.VScroll;
            VScrollKnob = style.VScrollKnob;
        }

Same methods

ScrollPaneStyle::ScrollPaneStyle ( ) : System
ScrollPaneStyle::ScrollPaneStyle ( ISceneDrawable background, ISceneDrawable hScroll, ISceneDrawable hScrollKnob, ISceneDrawable vScoll, ISceneDrawable vScrollKnob ) : System
ScrollPaneStyle