DestroyItem(VisualElement)
Destroys a VisualElement when the view is rebuilt or cleared.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
protected abstract void DestroyItem(VisualElement element)
Parameters
The element being destroyed.