Delegate Dispatcher
A delegate that represents an action dispatcher
Namespace: Unity.Connect.Share.Editor
Syntax
public delegate object Dispatcher(object action);
Parameters
Type | Name | Description |
---|---|---|
Object | action | The dispatched action |
Returns
Type | Description |
---|---|
Object |