/// <summary> /// Returns the types of the event /// </summary> public Type[] GetEventTypes() { return(UnityEvent.GetType().BaseType.GetGenericArguments()); }