Quantum 3
3.0.9
Represents the starting arguments for a deterministic constructor. More...
Public Attributes | |
| ICommunicator | Communicator |
| Gets or sets the communicator interface. More... | |
| bool | DisableInterpolatableStates |
| Gets or sets a value indicating whether to disable interpolated states. More... | |
| byte[] | FrameData |
| Gets or sets the frame data. More... | |
| IDeterministicGame | Game |
| Gets or sets the deterministic game interface. More... | |
| int | InitialTick |
| Gets or sets the initial tick. More... | |
| DeterministicGameMode | Mode |
| Gets or sets the game mode. More... | |
| DeterministicPlatformInfo | PlatformInfo |
| Gets or sets the platform information. More... | |
| IDeterministicReplayProvider | Replay |
| Gets or sets the input provider. More... | |
| byte[] | RuntimeConfig |
| Gets or sets the runtime configuration. More... | |
| DeterministicSessionConfig | SessionConfig |
| Gets or sets the session config. More... | |
Represents the starting arguments for a deterministic constructor.
| DeterministicGameMode Photon.Deterministic.DeterministicSessionArgs.Mode |
Gets or sets the game mode.
| DeterministicSessionConfig Photon.Deterministic.DeterministicSessionArgs.SessionConfig |
Gets or sets the session config.
| IDeterministicGame Photon.Deterministic.DeterministicSessionArgs.Game |
Gets or sets the deterministic game interface.
| ICommunicator Photon.Deterministic.DeterministicSessionArgs.Communicator |
Gets or sets the communicator interface.
| IDeterministicReplayProvider Photon.Deterministic.DeterministicSessionArgs.Replay |
Gets or sets the input provider.
| DeterministicPlatformInfo Photon.Deterministic.DeterministicSessionArgs.PlatformInfo |
Gets or sets the platform information.
| int Photon.Deterministic.DeterministicSessionArgs.InitialTick |
Gets or sets the initial tick.
| bool Photon.Deterministic.DeterministicSessionArgs.DisableInterpolatableStates |
Gets or sets a value indicating whether to disable interpolated states.
| byte [] Photon.Deterministic.DeterministicSessionArgs.FrameData |
Gets or sets the frame data.
| byte [] Photon.Deterministic.DeterministicSessionArgs.RuntimeConfig |
Gets or sets the runtime configuration.