Quantum 3 3.0.14

Public Attributes | List of all members
Quantum.Demo.QuantumSimpleConnectionGUI Class Reference

A Unity script that demonstrates how to connect to a Quantum cloud and start a Quantum game session. More...

Inheritance diagram for Quantum.Demo.QuantumSimpleConnectionGUI:
Quantum.QuantumMonoBehaviour

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

Detailed Description

A Unity script that demonstrates how to connect to a Quantum cloud and start a Quantum game session.

Member Data Documentation

◆ RuntimeConfig

RuntimeConfig Quantum.Demo.QuantumSimpleConnectionGUI.RuntimeConfig

The RuntimeConfig to use for the Quantum game session. The RuntimeConfig describes custom game properties.

◆ RuntimePlayers

List<RuntimePlayer> Quantum.Demo.QuantumSimpleConnectionGUI.RuntimePlayers

The RuntimePlayers to add to the Quantum game session. The RuntimePlayers describe individual custom player properties.

◆ Client

RealtimeClient Quantum.Demo.QuantumSimpleConnectionGUI.Client => _client

The Photon RealtimeClient object that represents the connection to the Quantum cloud.

◆ Runner

QuantumRunner Quantum.Demo.QuantumSimpleConnectionGUI.Runner => _runner

Access the session runner that runs the Quantum game session.