ClassicCityBuilderKit 1.8.8
|
responsible for adding adding and removing visuals for building and walker values
Public Member Functions | |
void | ActivateBar (ViewBuildingBarBase view) |
activates a building bar and creates building value bars on every building that has the value | |
void | DeactivateBar (ViewBuildingBarBase view) |
deactivates a building bar and destroys all the bars that were created | |
void | ActivateBar (ViewWalkerBarBase view) |
activates a walker bar and creates building value bars on every walker that has the value | |
void | DeactivateBar (ViewWalkerBarBase view) |
deactivates a walker bar and destroys all the bars that were created | |
void CityBuilderCore.IBarManager.ActivateBar | ( | ViewBuildingBarBase | view | ) |
activates a building bar and creates building value bars on every building that has the value
view | the view that will be activated |
Implemented in CityBuilderCore.DefaultBuildingManager.
void CityBuilderCore.IBarManager.ActivateBar | ( | ViewWalkerBarBase | view | ) |
activates a walker bar and creates building value bars on every walker that has the value
view | the view that will be activated |
Implemented in CityBuilderCore.DefaultBuildingManager.
void CityBuilderCore.IBarManager.DeactivateBar | ( | ViewBuildingBarBase | view | ) |
deactivates a building bar and destroys all the bars that were created
view | the view that will be deactivated |
Implemented in CityBuilderCore.DefaultBuildingManager.
void CityBuilderCore.IBarManager.DeactivateBar | ( | ViewWalkerBarBase | view | ) |
deactivates a walker bar and destroys all the bars that were created
view | the view that will be deactivated |
Implemented in CityBuilderCore.DefaultBuildingManager.