Class ExtractDataTask
The BuildTask used to extract write data from the build.
구현
상속된 멤버
네임스페이스: UnityEditor.AddressableAssets.Build.BuildPipelineTasks
어셈블리: solution.dll
구문
public class ExtractDataTask : IBuildTask
프로퍼티
| 이름 | 설명 |
|---|---|
| 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. |
메서드
| 이름 | 설명 |
|---|---|
| Run() | Runs the ExtractDataTask. The data for this task is all injected context so no operations are performed in the Run step. |