EditorSceneUtils.CreateAndSaveScene(String, 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.
Creates a new scene with sceneName and saves to path.
public static Microsoft.MixedReality.Toolkit.SceneSystem.SceneInfo CreateAndSaveScene (string sceneName, string path = default);
static member CreateAndSaveScene : string * string -> Microsoft.MixedReality.Toolkit.SceneSystem.SceneInfo
Public Shared Function CreateAndSaveScene (sceneName As String, Optional path As String = Nothing) As SceneInfo
Parameters
- sceneName
- String
- path
- String