Unregister(VisualElement)
Removes this callback from the given element.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void Unregister(VisualElement element)
Parameters
The element to remove the callback from. If this callback was never registered, nothing happens.
Remarks
Additional Resources: EventCallbackDefinition.Register