Delegate PanAndZoomable.ScrollOffsetChangedDelegate
A delegate that is called when the scroll offset changes.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public delegate void PanAndZoomable.ScrollOffsetChangedDelegate(Vector2 previousScrollOffset, Vector2 newScrollOffset)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | previousScrollOffset | The previous scroll offset. |
Vector2 | newScrollOffset | The new scroll offset. |