Interface IDataBuilderResult | Addressables | 1.13.1
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
    Double

    Error

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

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

    FileRegistry

    Registry of files created during the build

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

    LocationCount

    The number of addressable assets contained in the build.

    Declaration
    int LocationCount { get; set; }
    Property Value
    Type Description
    Int32

    OutputPath

    Path of runtime settings file

    Declaration
    string OutputPath { get; set; }
    Property Value
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023