Click or drag to resize

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)
Syntax
C#
public static void SwitchScene(
	string sceneName
)

Parameters

sceneName
Type: SystemString
The name of the scene to switch to
See Also