Class AutoScrollerBehaviour
MonoBehaviour for binding the auto scroller logic
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()