docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CustomHeaderDownload

    Download that allows modifying the HTTP request before it's sent

    Inheritance
    object
    AwaitableDownload
    CustomHeaderDownload
    Implements
    IDownload
    IDisposable
    Inherited Members
    AwaitableDownload.m_Request
    AwaitableDownload.m_AsyncOperation
    AwaitableDownload.WaitAsync()
    AwaitableDownload.Success
    AwaitableDownload.Error
    AwaitableDownload.Data
    AwaitableDownload.Text
    AwaitableDownload.IsBinary
    AwaitableDownload.Dispose()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: GLTFast.Loading
    Assembly: glTFast.dll
    Syntax
    public class CustomHeaderDownload : AwaitableDownload, IDownload, IDisposable

    Constructors

    CustomHeaderDownload(Uri, Action<UnityWebRequest>)

    Constructs an IDownload with a modifier

    Declaration
    public CustomHeaderDownload(Uri url, Action<UnityWebRequest> editor)
    Parameters
    Type Name Description
    Uri url

    URI to request

    Action<UnityWebRequest> editor

    Callback that modifies the UnityWebRequest before it's sent

    Implements

    IDownload
    IDisposable
    In This Article
    Back to top
    Copyright © 2024 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)