Method SetAtPath
SetAtPath(string, SceneImporterData)
Set the scene data for the scene at the given path.
Declaration
public static void SetAtPath(string path, SceneImporterData data)
Parameters
Type | Name | Description |
---|---|---|
string | path | The scene path. |
SceneImporterData | data | The scene data. |