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