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