ClassicCityBuilderKit 1.8.8
|
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 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.