This script can be used to start a Quantum simulation from a savegame file and is very similar to QuantumRunnerLocalReplay. More...
Public Member Functions | |
void | Start () |
Unity start method loads the savegame files and starts the runner. More... | |
Public Attributes | |
TextAsset | DatabaseFile |
The optional database file. More... | |
InstantReplaySettings | InstantReplayConfig = InstantReplaySettings.Default |
The instant replay settings. More... | |
TextAsset | SavegameFile |
The savegame file (ReplayFile). More... | |
This script can be used to start a Quantum simulation from a savegame file and is very similar to QuantumRunnerLocalReplay.
|
inline |
Unity start method loads the savegame files and starts the runner.
TextAsset Quantum.QuantumRunnerLocalSavegame.SavegameFile |
The savegame file (ReplayFile).
TextAsset Quantum.QuantumRunnerLocalSavegame.DatabaseFile |
The optional database file.
InstantReplaySettings Quantum.QuantumRunnerLocalSavegame.InstantReplayConfig = InstantReplaySettings.Default |
The instant replay settings.