NetworkSceneManagerSwitchScene 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)
Syntaxpublic static void SwitchScene(
string sceneName
)
Parameters
- sceneName
- Type: SystemString
The name of the scene to switch to
See Also