This website works better with JavaScript
Home
Explore
Help
Sign In
vornam
/
mcfly-show-videospiel
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
mcfly-show-vide...
/
Library
/
PackageCache
/
com.unity.timeline@1.2.6
/
Editor
/
Window
/
Modes
/
TimeReferenceMode.cs
TimeReferenceMode.cs
112 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
namespace UnityEditor.Timeline
{
enum TimeReferenceMode
{
Local = 0,
Global = 1
}
}