MLAPI/docs/M_MLAPI_NetworkingManagerComponents_NetworkSceneManager_SwitchScene.md
2018-03-31 10:20:18 +02:00

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