Maze / Library /PackageCache /com.unity.timeline@1.6.5 /Runtime /Events /Signals /CustomSignalEventDrawer.cs
| namespace UnityEngine.Timeline | |
| { | |
| //used to tell Signal Handler inspector to use a special drawer for UnityEvent | |
| class CustomSignalEventDrawer : PropertyAttribute { } | |
| } | |