TriLib
Search Results for

    Show / Hide Table of Contents

    Class UriLoadCustomContextData

    Holds additional context data related to URI-based (network) model loading. Instances of this class are stored in an CustomData object, allowing developers to track the originating UnityWebRequest and related networking state.

    Inheritance
    object
    UriLoadCustomContextData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TriLibCore
    Assembly: Assembly-CSharp.dll
    Syntax
    public class UriLoadCustomContextData

    Fields

    UnityWebRequest

    The UnityWebRequest instance used to download model data from a remote URI. This allows retrieval of response headers, status codes, or other network-related information after the model has been loaded.

    Declaration
    public UnityWebRequest UnityWebRequest
    Field Value
    Type Description
    UnityWebRequest

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX