Loading...
Searching...
No Matches
CityBuilderCore.TooltipArea Class Reference

Detailed Description

can be put on any raycast UI objects to display a manually set tooltip

https://citybuilder.softleitner.com/manual

Inheritance diagram for CityBuilderCore.TooltipArea:
CityBuilderCore.TooltipOwnerBase CityBuilderCore.ITooltipOwner

Public Attributes

string Name
 
string Description
 

Properties

override string TooltipName [get]
 main text in the tooltip
 
override string TooltipDescription [get]
 smaller but potentially longer text below the main text
 
- Properties inherited from CityBuilderCore.TooltipOwnerBase
virtual string TooltipName [get]
 main text in the tooltip
 
virtual string TooltipDescription [get]
 smaller but potentially longer text below the main text
 
- Properties inherited from CityBuilderCore.ITooltipOwner

Additional Inherited Members

- Public Member Functions inherited from CityBuilderCore.TooltipOwnerBase
void OnPointerEnter (PointerEventData eventData)
 
void OnPointerExit (PointerEventData eventData)
 
- Protected Member Functions inherited from CityBuilderCore.TooltipOwnerBase
virtual void OnDisable ()
 
void enter ()
 
void exit ()
 
- Protected Attributes inherited from CityBuilderCore.TooltipOwnerBase
bool _isPointerInside
 

Property Documentation

◆ TooltipDescription

override string CityBuilderCore.TooltipArea.TooltipDescription
get

smaller but potentially longer text below the main text

Implements CityBuilderCore.ITooltipOwner.

◆ TooltipName

override string CityBuilderCore.TooltipArea.TooltipName
get

main text in the tooltip

Implements CityBuilderCore.ITooltipOwner.