|
Iuvo Unity 0.5.1
This is library containing a variety of helper classes and extension methods for the Unity gane engine. GitHub | Iuvo Unity Updates | Creator |
Public Member Functions | |
| void | Invoke (T1 arg1, T2 arg2) |
| void | AddListener (Action< T1, T2 > listener) |
| void | RemoveListener (Action< T1, T2 > listener) |
| void | AddUnityListener (UnityAction< T1, T2 > listener) |
| void | RemoveUnityListener (UnityAction< T1, T2 > listener) |
| void | RemoveAllFlexibleEventListeners () |
Properties | |
| UnityEvent< T1, T2 > | UnityEvent [get] |
Events | |
| Action< T1, T2 > | internalEvent |
Private Attributes | |
| UnityEvent< T1, T2 > | unityEvent = new UnityEvent<T1, T2>() |
| void IuvoUnity.Events.FlexibleEvent< T1, T2 >.AddListener | ( | Action< T1, T2 > | listener | ) |
References internalEvent.
| void IuvoUnity.Events.FlexibleEvent< T1, T2 >.AddUnityListener | ( | UnityAction< T1, T2 > | listener | ) |
References unityEvent.
| void IuvoUnity.Events.FlexibleEvent< T1, T2 >.Invoke | ( | T1 | arg1, |
| T2 | arg2 ) |
References internalEvent, and unityEvent.
| void IuvoUnity.Events.FlexibleEvent< T1, T2 >.RemoveAllFlexibleEventListeners | ( | ) |
References internalEvent, and unityEvent.
| void IuvoUnity.Events.FlexibleEvent< T1, T2 >.RemoveListener | ( | Action< T1, T2 > | listener | ) |
References internalEvent.
| void IuvoUnity.Events.FlexibleEvent< T1, T2 >.RemoveUnityListener | ( | UnityAction< T1, T2 > | listener | ) |
References unityEvent.
|
private |
Referenced by AddUnityListener(), Invoke(), RemoveAllFlexibleEventListeners(), and RemoveUnityListener().
|
get |
|
private |
Referenced by AddListener(), Invoke(), RemoveAllFlexibleEventListeners(), and RemoveListener().