MixedRealitySceneSystem.GetScene(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a scene by name. Useful for processing events.
public:
virtual UnityEngine::SceneManagement::Scene GetScene(System::String ^ sceneName);
public UnityEngine.SceneManagement.Scene GetScene (string sceneName);
abstract member GetScene : string -> UnityEngine.SceneManagement.Scene
override this.GetScene : string -> UnityEngine.SceneManagement.Scene
Public Function GetScene (sceneName As String) As Scene
Parameters
- sceneName
- String
Returns
UnityEngine.SceneManagement.Scene