ClearBinding(BindingId)
Removes a binding from the element.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void ClearBinding(BindingId bindingId)
Parameters
The id of the binding to unbind on this element.
Remarks
This is equivalent to calling VisualElement.SetBinding with a value./>
null