docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)