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

10 lines
119 B
C#
Raw Normal View History

2025-03-22 14:59:41 +08:00
using System;
namespace UnityEditor.Timeline
{
interface IMenuName
{
string menuName { get; }
}
}