can be put on any raycast UI objects to display a manually set tooltip
https://citybuilder.softleitner.com/manual
|
string | Name |
|
string | Description |
|
|
override string | TooltipName [get] |
| main text in the tooltip
|
|
override string | TooltipDescription [get] |
| smaller but potentially longer text below the main text
|
|
virtual string | TooltipName [get] |
| main text in the tooltip
|
|
virtual string | TooltipDescription [get] |
| smaller but potentially longer text below the main text
|
|
|
void | OnPointerEnter (PointerEventData eventData) |
|
void | OnPointerExit (PointerEventData eventData) |
|
virtual void | OnDisable () |
|
void | enter () |
|
void | exit () |
|
bool | _isPointerInside |
|
◆ TooltipDescription
override string CityBuilderCore.TooltipArea.TooltipDescription |
|
get |
◆ TooltipName
override string CityBuilderCore.TooltipArea.TooltipName |
|
get |