Delegate VisualElementExtensions.TooltipContentCallback
Callback to populate the tooltip content.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public delegate void VisualElementExtensions.TooltipContentCallback(VisualElement tooltip)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | tooltip | The tooltip element to populate. |