Class DefaultBuildTasks
Basic static class containing preset build pipeline task collections.
Inheritance
DefaultBuildTasks
Assembly: Unity.ScriptableBuildPipeline.Editor.dll
Syntax
public static class DefaultBuildTasks
Methods
ContentFileCompatible()
Declaration
public static IList<IBuildTask> ContentFileCompatible()
Returns
ContentFileCompatible(bool)
Declaration
public static IList<IBuildTask> ContentFileCompatible(bool useContentIdsForClusterName)
Parameters
| Type |
Name |
Description |
| bool |
useContentIdsForClusterName |
|
Returns
Create(Preset)
Constructs and returns an IList containing the build tasks in the correct order for the preset build pipeline.
Declaration
public static IList<IBuildTask> Create(DefaultBuildTasks.Preset preset)
Parameters
Returns
| Type |
Description |
| IList<IBuildTask> |
IList containing the build tasks in the correct order for the preset build pipeline.
|