Beispiel #1
0
 /// <summary>
 /// Removes all event listeners registered to the specified <paramref name="eventName"/>. If not provided or null, then all event listeners of all type will be removed on this instance.
 /// </summary>
 /// <param name="name"></param>
 public void RemoveAllEventListeners(object name = null)
 {
     udpm.RemoveAllEventListeners(name);
 }