docs.unity3d.com
    Show / Hide Table of Contents

    Enum PlaybackScrollMode

    Scrolling mode during playback for the timeline window.

    Namespace: UnityEditor.Timeline
    Syntax
    public enum PlaybackScrollMode : int

    Fields

    Name Description Value
    None

    Timeline window doesn't change while the playhead is leaving the window.

    0
    Pan

    Timeline window pans its content when the playhead arrive at the right of the window (like a paging scrolling).

    1
    Smooth

    Timeline window move the content as the playhead moves. When the playhead reach the middle of the window, it stays there and the content scroll behind it.

    2
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023