File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
MLAPI/NetworkingManagerComponents/Core Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,7 @@ public static SceneSwitchProgress SwitchScene(string sceneName)
7373 return switchSceneProgress ;
7474 }
7575
76- /// <summary>
77- /// Called on client
78- /// </summary>
79- /// <param name="sceneIndex"></param>
80- /// <param name="switchSceneGuid"></param>
76+ // Called on client
8177 internal static void OnSceneSwitch ( uint sceneIndex , Guid switchSceneGuid , Stream objectStream )
8278 {
8379 if ( ! sceneIndexToString . ContainsKey ( sceneIndex ) || ! registeredSceneNames . Contains ( sceneIndexToString [ sceneIndex ] ) )
@@ -321,11 +317,7 @@ internal static bool HasSceneMismatch(uint sceneIndex)
321317 return SceneManager . GetActiveScene ( ) . name != sceneIndexToString [ sceneIndex ] ;
322318 }
323319
324- /// <summary>
325- /// Called on server
326- /// </summary>
327- /// <param name="clientId"></param>
328- /// <param name="switchSceneGuid"></param>
320+ // Called on server
329321 internal static void OnClientSwitchSceneCompleted ( uint clientId , Guid switchSceneGuid )
330322 {
331323 if ( switchSceneGuid == Guid . Empty )
You can’t perform that action at this time.
0 commit comments