Struct SceneImporterData
Contains scene data that is stored in the userData field of the importer.
Namespace: Unity.Scenes.Editor
Syntax
public struct SceneImporterData
Methods
| Name | Description |
|---|---|
| GetAtPath(String) | Get the importer data for a scene given its path. |
| SetAtPath(String, SceneImporterData) | Set the scene data for the scene at the given path. |