OpenTkEngine.Core.Gui.ScrollPanel.Update C# (CSharp) Méthode

Update() public méthode

public Update ( ) : void
Résultat void
        public override void Update()
        {
            base.Update();
            if (_horizontalEnabled)
                _horizontalScroll.Update();
            if (_verticalEnabled)
                _verticalScroll.Update();
        }