Method GetReactionAtIndex
GetReactionAtIndex(int)
Gets the reaction at a specific index.
Declaration
public UnityEvent GetReactionAtIndex(int idx)
Parameters
Type | Name | Description |
---|---|---|
int | idx | The index of the reaction. |
Returns
Type | Description |
---|---|
UnityEvent | Returns a reaction. |