makeFooter
This callback allows the user to make their own footer for this control.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Func<VisualElement> makeFooter { get; set; }
Remarks
Setting this callback will override the _showAddRemoveFooter property.