docs.unity.cn
    Show / Hide Table of Contents

    Class ExtractDataTask

    The BuildTask used to extract write data from the build.

    Inheritance
    Object
    ExtractDataTask
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    IBuildTask.Version

    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.

    Implements
    IBuildTask.Run()
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use