Invoke event when MonoBehaviour.Update()
.
More...
Inherits MonoBehaviour.
Public Member Functions | |
void | Invoke () |
Invoke the listener event. More... | |
Public Attributes | |
UnityEvent | onMessage = new UnityEvent() |
Listener event to invoke. More... | |
Invoke event when MonoBehaviour.Update()
.
void Invoke | ( | ) |
Invoke the listener event.
UnityEvent onMessage = new UnityEvent() |
Listener event to invoke.