Practice_Unity/Library/PackageCache/com.unity.timeline@6b9e48457ddb/Runtime/Events/Signals/CustomSignalEventDrawer.cs
2025-09-16 17:30:13 +09:00

6 lines
176 B
C#

namespace UnityEngine.Timeline
{
//used to tell Signal Handler inspector to use a special drawer for UnityEvent
class CustomSignalEventDrawer : PropertyAttribute { }
}