Photon Server API Documentation v5.0RC1

Properties | List of all members
Photon.LoadBalancing.Operations.CreateGameResponse Class Reference

Defines the response paramters for create game requests. More...

Inheritance diagram for Photon.LoadBalancing.Operations.CreateGameResponse:
Photon.LoadBalancing.Operations.JoinGameResponseBase

Properties

string Address [get, set]
 Gets or sets the address of the game server. More...
 
string GameId [get, set]
 Gets or sets the game id. More...
 
- Properties inherited from Photon.LoadBalancing.Operations.JoinGameResponseBase
object AuthenticationToken [get, set]
 Gets or sets the authentication token. More...
 

Detailed Description

Defines the response paramters for create game requests.

Property Documentation

◆ Address

string Photon.LoadBalancing.Operations.CreateGameResponse.Address
getset

Gets or sets the address of the game server.

The game server address.

◆ GameId

string Photon.LoadBalancing.Operations.CreateGameResponse.GameId
getset

Gets or sets the game id.

The game id.