IMixedRealitySceneSystem.GetScenes(IEnumerable<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 set of scenes by name. Useful for processing events.
public:
System::Collections::Generic::IEnumerable<UnityEngine::SceneManagement::Scene> ^ GetScenes(System::Collections::Generic::IEnumerable<System::String ^> ^ sceneNames);
public System.Collections.Generic.IEnumerable<UnityEngine.SceneManagement.Scene> GetScenes (System.Collections.Generic.IEnumerable<string> sceneNames);
abstract member GetScenes : seq<string> -> seq<UnityEngine.SceneManagement.Scene>
Public Function GetScenes (sceneNames As IEnumerable(Of String)) As IEnumerable(Of Scene)
Parameters
- sceneNames
- IEnumerable<String>
Returns
IEnumerable<UnityEngine.SceneManagement.Scene>