This website works better with JavaScript
Home
Explore
Help
Sign In
zhanghuan
/
wanNingTaiQiu
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
72d9e53fdd
Branches
Tags
master
wanNingTaiQiu
/
public
/
unity
/
Library
/
PackageCache
/
com.unity.timeline@1.6.4
/
Editor
/
Actions
/
IMenuChecked.cs
IMenuChecked.cs
121 B
History
Raw
1
2
3
4
5
6
7
8
9
using System;
namespace UnityEditor.Timeline
{
interface IMenuChecked
{
bool isChecked { get; }
}
}