Unregister(VisualElement)
Removes the value for the provided element for this argument identifier. Until a new value is set, a value can no longer be retrieved by callbacks that have a second argument of the same type.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool Unregister(VisualElement element)
Parameters
The element to unset a value for.
Returns
Type | Description |
|---|---|
| bool | True if the arg was found and removed. |
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.