GenerateTooltipFunc Delegate

GeonBit.UI

GenerateTooltipFunc Delegate
A function used to generate tooltip entity. Used when the user points on an entity with a tooltip text and show present it.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate Entity GenerateTooltipFunc(
	Entity entity
)

Parameters

entity
Type: GeonBit.UI.EntitiesEntity
The entity instance the tooltip came from.

Return Value

Type: Entity
See Also