destroyItem
Callback invoked when a VisualElement created via _makeItem is no longer needed and will be destroyed.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Action<VisualElement> destroyItem { get; set; }
Remarks
The method called by this callback receives the VisualElement that will be destroyed from the pool.