nevermore-kang's picture
Upload folder using huggingface_hub
18a519f verified
Raw
History Blame
112 Bytes
namespace UnityEditor.Timeline
{
enum TimeReferenceMode
{
Local = 0,
Global = 1
}
}