Method AddEventToLastPosition
AddEventToLastPosition(string, SerializedProperty)
Adds an event to the event list of the component to the last position.
Declaration
protected void AddEventToLastPosition(string name, SerializedProperty property)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the event. |
SerializedProperty | property | Unity Event Property to used. |