Photon Quantum 3.0.0

Public Member Functions | Public Attributes | List of all members
Quantum.QuantumRunnerLocalSavegame Class Reference

This script can be used to start a Quantum simulation from a savegame file and is very similar to QuantumRunnerLocalReplay. More...

Inheritance diagram for Quantum.QuantumRunnerLocalSavegame:
Quantum.QuantumMonoBehaviour

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...
 

Detailed Description

This script can be used to start a Quantum simulation from a savegame file and is very similar to QuantumRunnerLocalReplay.

Member Function Documentation

◆ Start()

void Quantum.QuantumRunnerLocalSavegame.Start ( )
inline

Unity start method loads the savegame files and starts the runner.

Member Data Documentation

◆ SavegameFile

TextAsset Quantum.QuantumRunnerLocalSavegame.SavegameFile

The savegame file (ReplayFile).

◆ DatabaseFile

TextAsset Quantum.QuantumRunnerLocalSavegame.DatabaseFile

The optional database file.

◆ InstantReplayConfig

InstantReplaySettings Quantum.QuantumRunnerLocalSavegame.InstantReplayConfig = InstantReplaySettings.Default

The instant replay settings.