Class SceneList
Contains information about the scenes for the build.
Implements
Inherited Members
Namespace: Unity.Build.Common
Assembly: solution.dll
Syntax
[FormerName("Unity.Build.Common.SceneList, Unity.Build.Common")]
public sealed class SceneList : IBuildComponent
Properties
| Name | Description |
|---|---|
| BuildCurrentScene | |
| SceneInfos | The list of scene infos for the build. |
Methods
| Name | Description |
|---|---|
| GetSceneInfosForBuild() | Gets the current scene infos for the build. If BuildCurrentScene is checked, all open scenes are returned. |
| GetScenePathsForBuild() | Gets the scene paths that will be included in the build. |
| GetScenePathsToLoad() | Returns all scenes marked as auto load. The first scene is always included. |