Enum PlaybackScrollMode
Scrolling mode during playback for the timeline window.
네임스페이스: UnityEditor.Timeline
어셈블리: solution.dll
구문
public enum PlaybackScrollMode
필드
이름 | 설명 |
---|---|
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. |