docs.unity.cn
    Show / Hide Table of Contents

    Enum PlaybackScrollMode

    Scrolling mode during playback for the timeline window.

    Namespace: UnityEditor.Timeline
    Syntax
    public enum PlaybackScrollMode

    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
    Generated by DocFX
    on Thursday, April 27, 2023