Method AddEventTo
AddEventTo(int, string, SerializedProperty)
Adds an event to the event list of the component to a specified position.
Declaration
protected void AddEventTo(int index, string name, SerializedProperty property)
Parameters
Type | Name | Description |
---|---|---|
int | index | Position on the event list. |
string | name | Name of the event. |
SerializedProperty | property | Unity Event Property to used. |