Class PremadeGraphs
Inheritance
System.Object
PremadeGraphs
Assembly: Eco.Gameplay.dll
Syntax
public class PremadeGraphs : AutoSingleton<PremadeGraphs>
Constructors
PremadeGraphs()
Declaration
Methods
GenerateTestData(Single, Int32, Boolean, Single)
Declaration
public void GenerateTestData(float days, int players, bool generateClimateData, float pollutionMultiplier)
Parameters
Type |
Name |
Description |
System.Single |
days |
|
System.Int32 |
players |
|
System.Boolean |
generateClimateData |
|
System.Single |
pollutionMultiplier |
|
GetFrontPageGraphs()
Declaration
public List<NamedGraph> GetFrontPageGraphs()
Returns
Type |
Description |
System.Collections.Generic.List<NamedGraph> |
|
GetGraphs()
Declaration
public List<NamedGraph> GetGraphs()
Returns
Type |
Description |
System.Collections.Generic.List<NamedGraph> |
|
Extension Methods