Interface IDataBuilderResult | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IDataBuilderResult

    The result of IDataBuilder.Build.

    Namespace: UnityEditor.AddressableAssets.Build
    Syntax
    public interface IDataBuilderResult

    Properties

    Duration

    Duration of the build in seconds.

    Declaration
    double Duration { get; set; }
    Property Value
    Type Description
    System.Double

    Error

    Error string, if any. If Succeeded is true, this may be null.

    Declaration
    string Error { get; set; }
    Property Value
    Type Description
    System.String

    FileRegistry

    Registry of files created during the build

    Declaration
    FileRegistry FileRegistry { get; set; }
    Property Value
    Type Description
    FileRegistry

    OutputPath

    Path of runtime settings file

    Declaration
    string OutputPath { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX