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