Struct SceneList.SceneInfo
Info for each scene included in the build.
Namespace: Unity.Build.Common
Syntax
public struct SceneInfo
Properties
AutoLoad
If true, the scene is auto loaded in the player. The first scene is always auto loaded.
Declaration
public bool AutoLoad { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Path
Get scene path.
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| String |
Scene
The scene asset identifier.
Declaration
public GlobalObjectId Scene { get; set; }
Property Value
| Type | Description |
|---|---|
| GlobalObjectId |