|
ClassicCityBuilderKit 1.9.4
|
manages the active View
Public Member Functions | |
| void | ActivateView (View view) |
| deactivates the currently active view if there is one and activates the new one | |
| void | DeactivateView (View view) |
| deactivates the view if it is the currently active one | |
Properties | |
| View | ActiveView [get] |
| the currently active view or null when null | |
| bool | HasActiveView [get] |
| whether there is any view active currently | |
| void CityBuilderCore.IViewsManager.ActivateView | ( | View | view | ) |
deactivates the currently active view if there is one and activates the new one
| view | the view to activate |
Implemented in CityBuilderCore.DefaultViewManager.
| void CityBuilderCore.IViewsManager.DeactivateView | ( | View | view | ) |
deactivates the view if it is the currently active one
| view | the view to deactivate |
Implemented in CityBuilderCore.DefaultViewManager.
|
get |
the currently active view or null when null
Implemented in CityBuilderCore.DefaultViewManager.
|
get |
whether there is any view active currently
Implemented in CityBuilderCore.DefaultViewManager.