Invoke event when MonoBehaviour.LateUpdate().
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.LateUpdate().
| void Invoke | ( | ) |
Invoke the listener event.
| UnityEvent onMessage = new UnityEvent() |
Listener event to invoke.