This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
1790429840
/
UnityDemo2
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
测试
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15
Commits
1
Branch
0
Tags
131 MiB
C#
99%
ShaderLab
0.5%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
UnityDemo2
/
Demo2
/
Library
/
PackageCache
/
com.unity.timeline@1.7.5
/
Editor
/
Actions
/
IMenuChecked.cs
9 lines
121 B
Raw
Permalink
Blame
History
using
System
;
namespace
UnityEditor.Timeline
{
interface
IMenuChecked
{
bool
isChecked
{
get
;
}
}
}
Reference in new issue