Photon Voice
v2.58
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] |
Collection of connection-relevant settings, used internally by PhotonNetwork.ConnectUsingSettings.
Includes the AppSettings class from the Realtime APIs plus some other, PUN-relevant, settings.
| override string ToString | ( | ) |
String summary of the AppSettings.
| void UseCloud | ( | string | cloudAppid, |
| string | code = "" |
||
| ) |
Sets appid and region code in the AppSettings. Used in Editor.