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. |