Remove(VisualElement)
Removes this child from the _hierarchy of its _contentContainer.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void Remove(VisualElement element)
Parameters
The child to be removed.
Remarks
If the child is not found in the hierarchy, an ArgumentException will be thrown.