Click or drag to resize
SceneManagerChangeScene Method
Changes to the specified scene.

Namespace: Slash.Unity.Common.Scenes
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void ChangeScene(
	string scene
)

Parameters

scene
Type: SystemString
Scene to change to.
See Also