Photon Unity Networking 2  v2.1
English | 日本語 | 한국
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
ServerSettings Class Reference

PhotonNetwork.ConnectUsingSettingsによって内部的に使用される接続関連設定の集合。 More...

Inherits ScriptableObject.

Public Member Functions

void UseCloud (string cloudAppid, string code="")
 AppSettingsでアプリケーションIDとリージョンコードを設定。 エディタで使用。 More...
 
override string ToString ()
 AppSettingsの文字列要約 More...
 

Static Public Member Functions

static bool IsAppId (string val)
 作成を試みて文字列がGuidであるかどうかを確認します。 More...
 
static void ResetBestRegionCodeInPreferences ()
 環境設定の「ベストリージョンサマリー」をnullに設定します。次回の起動時に、クライアントは使用可能なすべてのリージョンに対してpingを実行します。 More...
 

Public Attributes

AppSettings AppSettings
 
bool StartInOfflineMode
 
PunLogLevel PunLogging = PunLogLevel.ErrorsOnly
 
bool EnableSupportLogger
 
bool RunInBackground = true
 
List< string > RpcList = new List<string>()
 

Properties

static string BestRegionSummaryInPreferences [get]
 設定から「ベストリージョンサマリー」を取得します。 More...
 

Detailed Description

PhotonNetwork.ConnectUsingSettingsによって内部的に使用される接続関連設定の集合。

Realtime APIの、AppSettingsクラスとその他のPUN関連の設定を含みます。

Member Function Documentation

static bool IsAppId ( string  val)
static

作成を試みて文字列がGuidであるかどうかを確認します。

Parameters
val確認する潜在的なGUID。
Returns
新しいGuid(val)が失敗しなかった場合はtrue
static void ResetBestRegionCodeInPreferences ( )
static

環境設定の「ベストリージョンサマリー」をnullに設定します。次回の起動時に、クライアントは使用可能なすべてのリージョンに対してpingを実行します。

override string ToString ( )

AppSettingsの文字列要約

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

AppSettingsでアプリケーションIDとリージョンコードを設定。 エディタで使用。

Property Documentation

string BestRegionSummaryInPreferences
staticget

設定から「ベストリージョンサマリー」を取得します。

環境設定のベストリージョンコード。