Cleared









How do I use Cleared
Below are practical examples compiled from projects for learning and reference purposes

Featured Snippets


File name: PhotonEditor.cs Copy
965     public static void ClearRpcList()
966     {
967         bool clearList = EditorUtility.DisplayDialog(CurrentLang.PUNNameReplaceTitle, CurrentLang.PUNNameReplaceLabel, CurrentLang.RPCListCleared, CurrentLang.CancelButton);
968         if (clearList)
969         {
970             PhotonEditor.Current.RpcList.Clear();
971             Debug.LogWarning(CurrentLang.ServerSettingsCleanedWarning);
972         }
973     }

Cleared 127 lượt xem

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