VR4RoboticArm2/VR4RoboticArm/Library/PackageCache/com.unity.timeline/Runtime/Events/Signals/CustomSignalEventDrawer.cs
IonutMocanu 48cccc22ad Main2
2025-09-08 11:13:29 +03: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 { }
}