Quantum 3
3.0.14
A Unity script that demonstrates how to connect to a Quantum cloud and start a Quantum game session. More...
Public Attributes | |
| RealtimeClient | Client => _client |
| The Photon RealtimeClient object that represents the connection to the Quantum cloud. More... | |
| QuantumRunner | Runner => _runner |
| Access the session runner that runs the Quantum game session. More... | |
| RuntimeConfig | RuntimeConfig |
| The RuntimeConfig to use for the Quantum game session. The RuntimeConfig describes custom game properties. More... | |
| List< RuntimePlayer > | RuntimePlayers |
| The RuntimePlayers to add to the Quantum game session. The RuntimePlayers describe individual custom player properties. More... | |
A Unity script that demonstrates how to connect to a Quantum cloud and start a Quantum game session.
| RuntimeConfig Quantum.Demo.QuantumSimpleConnectionGUI.RuntimeConfig |
The RuntimeConfig to use for the Quantum game session. The RuntimeConfig describes custom game properties.
| List<RuntimePlayer> Quantum.Demo.QuantumSimpleConnectionGUI.RuntimePlayers |
The RuntimePlayers to add to the Quantum game session. The RuntimePlayers describe individual custom player properties.
| RealtimeClient Quantum.Demo.QuantumSimpleConnectionGUI.Client => _client |
The Photon RealtimeClient object that represents the connection to the Quantum cloud.
| QuantumRunner Quantum.Demo.QuantumSimpleConnectionGUI.Runner => _runner |
Access the session runner that runs the Quantum game session.