CustomSignalEventDrawer.cs 176 B

12345
  1. namespace UnityEngine.Timeline
  2. {
  3. //used to tell Signal Handler inspector to use a special drawer for UnityEvent
  4. class CustomSignalEventDrawer : PropertyAttribute { }
  5. }