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

Detailed Description

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

Public Attributes

Score Score
 
int Maximum = 100
 
TMPro.TMP_Text NameText
 
TMPro.TMP_Text ScoreText
 
RectTransform BarTransform
 

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.ScoreVisualizer.TooltipDescription
get

smaller but potentially longer text below the main text

Implements CityBuilderCore.ITooltipOwner.

◆ TooltipName

override string CityBuilderCore.ScoreVisualizer.TooltipName
get

main text in the tooltip

Implements CityBuilderCore.ITooltipOwner.