default implementation of IOverlayManager
shows layer overlay using the color in ViewLayer.Gradientfor tiles in a tilemap
can also display a explanation for the values using LayerKeyVisualizer
https://citybuilder.softleitner.com/manual/views
|
virtual void | Awake () |
|
virtual void | Start () |
|
◆ ActivateOverlay() [1/3]
void CityBuilderCore.DefaultOverlayManager.ActivateOverlay |
( |
ViewConnection | connectionView | ) |
|
|
inline |
activates a connection view that displays a gradient for connection values
- Parameters
-
connectionView | the view to activate |
Implements CityBuilderCore.IOverlayManager.
◆ ActivateOverlay() [2/3]
void CityBuilderCore.DefaultOverlayManager.ActivateOverlay |
( |
ViewEfficiency | efficiencyView | ) |
|
|
inline |
activates a layer view that displays a gradient for building efficiency
- Parameters
-
efficiencyView | the view to activate |
Implements CityBuilderCore.IOverlayManager.
◆ ActivateOverlay() [3/3]
void CityBuilderCore.DefaultOverlayManager.ActivateOverlay |
( |
ViewLayer | layerView | ) |
|
|
inline |
◆ ClearOverlay()
void CityBuilderCore.DefaultOverlayManager.ClearOverlay |
( |
| ) |
|
|
inline |