Class SceneList
Namespace: Unity.Build.Common
Syntax
public sealed class SceneList : IBuildSettingsComponent
Properties
BuildCurrentScene
Declaration
public bool BuildCurrentScene { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Scenes
Declaration
public List<GlobalObjectId> Scenes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GlobalObjectId> |
Methods
GetScenePathsForBuild()
Declaration
public string[] GetScenePathsForBuild()
Returns
| Type | Description |
|---|---|
| String[] |