Update Class Diagram authored by Karikó Csongor Csanád's avatar Karikó Csongor Csanád
...@@ -556,14 +556,19 @@ class View.GameConfig { ...@@ -556,14 +556,19 @@ class View.GameConfig {
} }
class View.GameManager { class View.GameManager {
- config : GameConfig - gameConfig : GameConfig
- tickInterval : float - tickInterval : float
- isPaused : bool - isPaused : bool
- tickCount : long
- targetFrameRate : int
- uiManager : UIManager - uiManager : UIManager
- gridScale : float
- buildings : BuildingConfig[] - buildings : BuildingConfig[]
- simulation : Model.Simulation - simulation : Model.Simulation
- visitorPrefab : GameObject
- visitorPrefab : GameObject
- visitorPrefab : GameObject
- GetObjectBlueprints() : Model.IMapObjectBlueprint[] - GetObjectBlueprints() : Model.IMapObjectBlueprint[]
+ SetSimulationSpeed(int) + SetSimulationSpeed(int)
+ Tick() : IEnumerator + Tick() : IEnumerator
... ...
......