Delegate UnityAction<T0, T1>
Namespace: UnityEngine.Events
Assembly: UnityEngine.dll
Syntax
public delegate void UnityAction<T0, T1>(T0 arg0, T1 arg1);
Parameters
| Type | Name | Description |
|---|---|---|
| T0 | arg0 | |
| T1 | arg1 |
Type Parameters
| Name | Description |
|---|---|
| T0 | |
| T1 |
public delegate void UnityAction<T0, T1>(T0 arg0, T1 arg1);
| Type | Name | Description |
|---|---|---|
| T0 | arg0 | |
| T1 | arg1 |
| Name | Description |
|---|---|
| T0 | |
| T1 |