Photon Voice v2.53

Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
PhotonAppSettings Class Reference

Collection of connection-relevant settings, used internally by PhotonNetwork.ConnectUsingSettings. More...

Inherits ScriptableObject.

Public Member Functions

void UseCloud (string cloudAppid, string code="")
 Sets appid and region code in the AppSettings. Used in Editor. More...
 
override string ToString ()
 String summary of the AppSettings. More...
 

Static Public Member Functions

static void LoadOrCreateSettings ()
 

Public Attributes

AppSettings AppSettings
 

Properties

static PhotonAppSettings Instance [get]
 

Detailed Description

Collection of connection-relevant settings, used internally by PhotonNetwork.ConnectUsingSettings.

Includes the AppSettings class from the Realtime APIs plus some other, PUN-relevant, settings.

Member Function Documentation

◆ ToString()

override string ToString ( )

String summary of the AppSettings.

◆ UseCloud()

void UseCloud ( string  cloudAppid,
string  code = "" 
)

Sets appid and region code in the AppSettings. Used in Editor.