Struct SceneImporterData
Contains scene data that is stored in the userData field of the importer.
Namespace: Unity.Scenes.Editor
Assembly: solution.dll
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. |