summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.timeline@1.2.13/Runtime/Events/Signals/CustomSignalEventDrawer.cs
blob: 49df674107e733cf677d77b0c2e89cc5d5a39af1 (plain) (blame)
1
2
3
4
5
namespace UnityEngine.Timeline
{
    //used to tell Signal Handler inspector to use a special drawer for UnityEvent
    class CustomSignalEventDrawer : PropertyAttribute {}
}