Uses of Class
com.prineside.tdi2.utils.simulation.SimConfig
Packages that use SimConfig
-
Uses of SimConfig in com.prineside.tdi2.screens
Fields in com.prineside.tdi2.screens declared as SimConfig -
Uses of SimConfig in com.prineside.tdi2.utils.simulation
Fields in com.prineside.tdi2.utils.simulation declared as SimConfigModifier and TypeFieldDescriptionfinal SimConfig
PerformanceBenchmarkSim.simConfig
final SimConfig
SyncCheckSim.simConfig
final SimConfig
TowerBenchmarkSim.simConfig
Methods in com.prineside.tdi2.utils.simulation that return SimConfigMethods in com.prineside.tdi2.utils.simulation with parameters of type SimConfigModifier 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 replayConstructors in com.prineside.tdi2.utils.simulation with parameters of type SimConfigModifierConstructorDescriptionPerformanceBenchmarkSim
(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)