Method GetAtPath
GetAtPath(String)
Get the importer data for a scene given its path.
Declaration
public static SceneImporterData GetAtPath(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The scene path. |
Returns
Type | Description |
---|---|
SceneImporterData | The data for the scene. |