Delegate EventCallback<TEventType>
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public delegate void EventCallback<in TEventType>(TEventType evt);Parameters
| Type | Name | Description | 
|---|---|---|
| TEventType | evt | 
Type Parameters
| Name | Description | 
|---|---|
| TEventType |