Show / Hide Table of Contents

    Class AutoScrollerBehaviour

    MonoBehaviour for binding the auto scroller logic

    Inheritance
    Object
    AutoScrollerBehaviour
    Namespace: i5.Toolkit.Core.AppConsole
    Assembly: cs.temp.dll.dll
    Syntax
    public class AutoScrollerBehaviour : MonoBehaviour

    Properties

    AutoScroller

    The instance which controls the auto scrolling

    Declaration
    public AutoScroller AutoScroller { get; }
    Property Value
    Type Description
    AutoScroller

    Methods

    OnAutoScrollButtonPressed()

    Called if the button which activates the automatic scrolling is pressed

    Declaration
    public void OnAutoScrollButtonPressed()

    OnScrollValueChanged()

    Called if the scroll value changes and notifies the auto scroller

    Declaration
    public void OnScrollValueChanged()
    Back to top i5 Toolkit Documentation