MyBook/Library/PackageCache/com.unity.timeline@1.6.5/Editor/Actions/IMenuChecked.cs

10 lines
121 B
C#
Raw Permalink Normal View History

2025-03-22 14:59:41 +08:00
using System;
namespace UnityEditor.Timeline
{
interface IMenuChecked
{
bool isChecked { get; }
}
}