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

    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use