Enum TimelinePlaybackControls.Context
Use Context to specify whether the time is based on local time or global time.
Namespace: UnityEditor.Timeline
Syntax
public enum Context
Fields
| Name | Description | Value |
|---|---|---|
| Local | Time is relative to the current Timeline |
0 |
| Global | Time is relative to the main Timeline |
1 |