Class ExtractDataTask
The BuildTask used to extract write data from the build.
Implements
IBuildTask
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.BuildPipelineTasks
Assembly: Unity.Addressables.Editor.dll
Syntax
public class ExtractDataTask : IBuildTask
Properties
| Name | Description |
|---|---|
| BuildCache | Get the injected build cache of the task. |
| BuildContext | The build context of the task. |
| DependencyData | Get the injected dependency data of the task. |
| Version | The ExtractDataTask version. |
| WriteData | Get the injected write data of the task. |
Methods
| Name | Description |
|---|---|
| Run() | Runs the ExtractDataTask. The data for this task is all injected context so no operations are performed in the Run step. |