Files
TowerDefence/My project/Library/PackageCache/com.unity.timeline@6b9e48457ddb/Runtime/Events/Signals/CustomSignalEventDrawer.cs
Caleb Sandford deQuincey 334021d04e Started project
2025-11-14 17:30:41 +00: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 { }
}