ClassicCityBuilderKit 1.8.8
|
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 | |
Public Attributes | |
View | DefaultView |
UnityEvent< View > | ViewChanged |
Protected Member Functions | |
virtual void | Awake () |
Properties | |
bool | HasActiveView [get] |
whether there is any view active currently | |
View | ActiveView [get] |
the currently active view or null when null | |
Properties inherited from CityBuilderCore.IViewsManager |
|
inline |
deactivates the currently active view if there is one and activates the new one
view | the view to activate |
Implements CityBuilderCore.IViewsManager.
|
inline |
deactivates the view if it is the currently active one
view | the view to deactivate |
Implements CityBuilderCore.IViewsManager.
|
get |
the currently active view or null when null
Implements CityBuilderCore.IViewsManager.
|
get |
whether there is any view active currently
Implements CityBuilderCore.IViewsManager.