Create<TArg>()
Creates a EventArg<TArg> containing a unique identifier.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Create<T>()
public static EventArg<TArg> Create<TArg>()
Returns
Type | Description |
|---|---|
| EventArg<T> | A valid EventArg<TArg> instance. |