Files
Bombaleila/Library/PackageCache/com.unity.timeline@7f8b2fb101b6/Runtime/Events/Signals/CustomSignalEventDrawer.cs
2026-03-03 00:39:30 +05: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 { }
}