EventArg
Base class for all instances of EventArg<TArg>.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public abstract class EventArg
Remarks
Use the EventArg.Create factory method to create instances and EventArg<TArg>.Register, EventArg<TArg>.Unregister to assign argument values to individual elements for all callbacks that use this argument identifier in their definition.
Additional Resources: EventArg<TArg>, EventCallbackDefinition
Static Methods
Method | Description |
|---|---|
| Create | Creates a EventArg<TArg> containing a unique identifier. |