SendEventGameObject

Invoke a member of the object using UnityEvent.

SendEventGameObject

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

See UnityEvents for details.
It is recommended to use InvokeMethod for unlimited member calls.