Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Unregister(VisualElement)

Removes this callback from the given element.
Read time 1 minuteLast updated 12 days ago

Definition

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