docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDownload

    Provides a mechanism to inspect the progress and result of a download or file access request

    Inherited Members
    IDisposable.Dispose()
    Namespace: Unity.Cloud.Gltfast.Loading
    Assembly: Unity.Cloud.Gltfast.dll
    Syntax
    [MovedFrom(true, "GLTFast.Loading", "glTFast", null)]
    public interface IDownload : IDisposable

    Properties

    Data

    Resulting data as NativeArray (does not allocate memory).

    Declaration
    NativeArray<byte>.ReadOnly Data { get; }
    Property Value
    Type Description
    NativeArray<byte>.ReadOnly

    Error

    Error message in case the request failed. Null otherwise.

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

    Success

    True, if the request was successful

    Declaration
    bool Success { get; }
    Property Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)