can be put on any raycast UI objects to display a manually set tooltip 
https://citybuilder.softleitner.com/manual
 
 | 
| void  | Set (string name, string description) | 
|   | sets the area texts and notifies the manager that is has changed  
  | 
|   | 
| 
void  | OnPointerEnter (PointerEventData eventData) | 
|   | 
| 
void  | OnPointerExit (PointerEventData eventData) | 
|   | 
 | 
| 
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  
  | 
|   | 
 | 
| 
virtual void  | OnDisable () | 
|   | 
| 
void  | enter () | 
|   | 
| 
void  | exit () | 
|   | 
| 
bool  | _isPointerInside | 
|   | 
◆ Set()
  
  
      
        
          | void CityBuilderCore.TooltipArea.Set  | 
          ( | 
          string |           name,  | 
         
        
           | 
           | 
          string |           description ) | 
         
       
   | 
  
inline   | 
  
 
sets the area texts and notifies the manager that is has changed 
- Parameters
 - 
  
  
 
 
 
◆ TooltipDescription
  
  
      
        
          | override string CityBuilderCore.TooltipArea.TooltipDescription | 
         
       
   | 
  
get   | 
  
 
 
◆ TooltipName
  
  
      
        
          | override string CityBuilderCore.TooltipArea.TooltipName | 
         
       
   | 
  
get   |