Unbind(VisualElement)
Disconnects all properties bound to fields in the element's hierarchy.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor.CoreModule
public static void Unbind(this VisualElement element)
Parameters
Root VisualElement containing IBindable fields.