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)
73
73
return switchSceneProgress ;
74
74
}
75
75
76
- /// <summary>
77
- /// Called on client
78
- /// </summary>
79
- /// <param name="sceneIndex"></param>
80
- /// <param name="switchSceneGuid"></param>
76
+ // Called on client
81
77
internal static void OnSceneSwitch ( uint sceneIndex , Guid switchSceneGuid , Stream objectStream )
82
78
{
83
79
if ( ! sceneIndexToString . ContainsKey ( sceneIndex ) || ! registeredSceneNames . Contains ( sceneIndexToString [ sceneIndex ] ) )
@@ -321,11 +317,7 @@ internal static bool HasSceneMismatch(uint sceneIndex)
321
317
return SceneManager . GetActiveScene ( ) . name != sceneIndexToString [ sceneIndex ] ;
322
318
}
323
319
324
- /// <summary>
325
- /// Called on server
326
- /// </summary>
327
- /// <param name="clientId"></param>
328
- /// <param name="switchSceneGuid"></param>
320
+ // Called on server
329
321
internal static void OnClientSwitchSceneCompleted ( uint clientId , Guid switchSceneGuid )
330
322
{
331
323
if ( switchSceneGuid == Guid . Empty )
You can’t perform that action at this time.
0 commit comments