WuhuIslandTesting/Library/PackageCache/com.unity.timeline@1.6.4/Editor/Window/Modes/TimeReferenceMode.cs

9 lines
112 B
C#
Raw Normal View History

2025-01-07 02:06:59 +01:00
namespace UnityEditor.Timeline
{
enum TimeReferenceMode
{
Local = 0,
Global = 1
}
}