817 B
817 B
NetworkSceneManager.SwitchScene Method
Switches to a scene with a given name. Can only be called from Server
Namespace: MLAPI.NetworkingManagerComponents
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void SwitchScene(
string sceneName
)
Parameters
- sceneName
- Type: System.String
The name of the scene to switch to
See Also
Reference
NetworkSceneManager Class
MLAPI.NetworkingManagerComponents Namespace