Component image 
Button Delegate Relay`1 component as seen in the Scene Inspector 

The ButtonDelegateRelay component sends a signal to a button event handler (usually something internal like a Sync Delegate).
Fields
| Name | Type | Description | 
|---|---|---|
persistent
 | 
Bool | Determines whether or not this item will be saved to the server. | 
UpdateOrder
 | 
Int | Controls the order in which this component is updated. | 
Enabled
 | 
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. | 
DoublePressDelay
 | 
Float | how long it takes before it is to late to count as a double press. | 
ReleasePressInterval
 | 
Float | The amount of time it takes to release the button. | 
Argument
 | 
delegate of identity T | The sync Delegate reference. | 
ButtonPressed
 | 
delegate of identity ButtonEventHandler`1<T> | The place to send the signal. | 
Usage
This can send a signal internally.