SendEventGameObject
Invoke a member of the object using UnityEvent.

Properties
| Property Name | Description | 
|---|---|
| On State Awake | Send event by OnStateAwake | 
| On State Begin | Send event by OnStateBegin | 
| On State End | Send event by OnStateEnd | 
Remarks
SeeUnityEventsfor details.
It is recommended to useInvokeMethodfor unlimited member calls.