ClassicCityBuilderKit 1.9.2
|
manages displaying tooltips in the UI
Public Member Functions | |
void | Enter (ITooltipOwner owner) |
the pointer has entered the owners area | |
void | Exit (ITooltipOwner owner) |
the pointer has exited the owners area | |
void | Refresh (ITooltipOwner owner) |
text of the tooltip owner has changed if it is active it needs to be refreshed in the ui | |
void CityBuilderCore.ITooltipManager.Enter | ( | ITooltipOwner | owner | ) |
the pointer has entered the owners area
owner | an object that has a tooltip |
Implemented in CityBuilderCore.DefaultTooltipManager.
void CityBuilderCore.ITooltipManager.Exit | ( | ITooltipOwner | owner | ) |
the pointer has exited the owners area
owner | an object that has a tooltip |
Implemented in CityBuilderCore.DefaultTooltipManager.
void CityBuilderCore.ITooltipManager.Refresh | ( | ITooltipOwner | owner | ) |
text of the tooltip owner has changed
if it is active it needs to be refreshed in the ui
owner | an object that has a tooltip |
Implemented in CityBuilderCore.DefaultTooltipManager.