UseCloudBestResion









How do I use Use Cloud Best Resion
Below are practical examples compiled from projects for learning and reference purposes

Featured Snippets


File name: ServerSettings.cs Copy
49     // custom server values (not used for PhotonCloud)
50     public string ServerAddress = ""; // the address to be used (including region-suffix)
63     public void UseCloudBestResion(string cloudAppid)
64     {
65         this.HostType = HostingOption.BestRegion;
66         this.AppID = cloudAppid;
67     }

UseCloudBestResion 122 lượt xem

Gõ tìm kiếm nhanh...