Register(VisualElement, in TArg)
Sets a value for the provided element for this argument identifier. That value can then be retrieved by callbacks that have a second argument of the same type.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Register(VisualElement, T)
public void Register(VisualElement element, in TArg value)
Parameters
The element to set a value for.
Remarks
If a callback is triggered on an element for which the expected argument value has not been set, that callback will be skipped and a warning will be printed.
Additional Resources: EventArg<TArg>.Unregister