Enum PlaybackScrollMode
Scrolling mode during playback for the timeline window.
Namespace: UnityEditor.Timeline
Assembly: solution.dll
Syntax
public enum PlaybackScrollMode
Fields
Name | Description |
---|---|
None | Timeline window doesn't change while the playhead is leaving the window. |
Pan | Timeline window pans its content when the playhead arrive at the right of the window (like a paging scrolling). |
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. |