Interface IDataBuilderResult | Package Manager UI website
docs.unity.cn
    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

    OutputPath

    Path of runtime settings file

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