Files
CartoonFPS/Library/PackageCache/com.unity.timeline@c58b4ee65782/Runtime/Events/Signals/CustomSignalEventDrawer.cs
SHOUTING_PIRATE 4c8592d0ab initial commit
2025-08-05 09:30:40 +01: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 { }
}