Method GetSceneByFilename
GetSceneByFilename(string)
Creates an instance of SceneSummary class which allows to read various data of the scene without fully loading it into the application and thus with no ability to modify it.
Declaration
public Appli.SceneSummary GetSceneByFilename(string sceneFilename)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sceneFilename | Filename of the scene to read. |
Returns
| Type | Description |
|---|---|
| Appli.SceneSummary |