Interface Dispatcher
Namespace: Unity.UIWidgets
Syntax
public interface Dispatcher
Methods
dispatch(Object)
Declaration
object dispatch(object action)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | action |
Returns
| Type | Description |
|---|---|
| System.Object |
dispatch<T>(Object)
Declaration
T dispatch<T>(object action)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | action |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |