Uses of Class
com.prineside.tdi2.utils.simulation.SimConfig
-
Uses of SimConfig in com.prineside.tdi2.screens
-
Uses of SimConfig in com.prineside.tdi2.utils.simulation
Modifier and TypeFieldDescriptionfinal SimConfig
PerformanceBenchmarkSim.simConfig
final SimConfig
SyncCheckSim.simConfig
final SimConfig
TowerBenchmarkSim.simConfig
Modifier and TypeMethodDescriptionstatic GameSystemProvider
SimConfig.createProgressSnapshotAndInitGSP
(SimConfig sCfg) Does not save preferences snapshot and can not produce a valid replaystatic GameSystemProvider
SimConfig.initGSP
(SimConfig sCfg, ProgressManager.ProgressSnapshotForState progressSnapshot) Allows to set a preferences snapshot and save a replayModifierConstructorDescriptionPerformanceBenchmarkSim
(SimConfig simConfig, int threadCount, int repeatCount, int frameCount) SyncCheckSim
(SimConfig simConfig, Array<ObjectPair<String, Scenario>> scenarios, Scenario extraLoadScenario, int parallelThreads, int extraLoadThreads, int syncCheckFrameInterval) TowerBenchmarkSim
(SimConfig simConfig, String benchmarkName, int threadCount, int runsPerCombo, TowerBenchmarkSim.ResearchTreeMode researchTreeMode, Array<TowerBenchmarkSim.TowerBenchmarkXpConfig> xpConfigs, IntArray waveCounts, IntArray upgradeLevels, Array<TowersBenchmarkScenario.ExtraTowers> extraTowers, Array<TowerType> towerTypes)