Class ExtractDataTask
The BuildTask used to extract write data from the build.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.BuildPipelineTasks
Syntax
public class ExtractDataTask : IBuildTask
Properties
BuildCache
Get the injected build cache of the task.
Declaration
public IBuildCache BuildCache { get; }
Property Value
Type | Description |
---|---|
IBuildCache |
DependencyData
Get the injected dependency data of the task.
Declaration
public IDependencyData DependencyData { get; }
Property Value
Type | Description |
---|---|
IDependencyData |
Version
The ExtractDataTask version.
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
WriteData
Get the injected write data of the task.
Declaration
public IBundleWriteData WriteData { get; }
Property Value
Type | Description |
---|---|
IBundleWriteData |
Methods
Run()
Runs the ExtractDataTask. The data for this task is all injected context so no operations are performed in the Run step.
Declaration
public ReturnCode Run()
Returns
Type | Description |
---|---|
ReturnCode | Success. |