Class BuildLayoutGenerationTask
The BuildTask used to generate the bundle layout.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.BuildPipelineTasks
Syntax
public class BuildLayoutGenerationTask : IBuildTask
Properties
BundleNameRemap
The mapping of the old to new bundle names.
Declaration
public Dictionary<string, string> BundleNameRemap { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
Version
The GenerateLocationListsTask version.
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
Methods
Run()
Runs the build task with the injected context.
Declaration
public ReturnCode Run()
Returns
Type | Description |
---|---|
ReturnCode | The success or failure ReturnCode |