xyi/Library/PackageCache/com.unity.timeline@6b9e48457ddb/Runtime/Events/Signals/CustomSignalEventDrawer.cs
Vladislav 2750530006 1
2025-09-18 15:33:57 +03: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 { }
}