Class UriLoadCustomContextData
Holds additional context data related to URI-based (network) model loading. Instances of this class are stored in an TriLibCore.AssetLoaderContext.CustomData object, allowing developers to track the originating UnityWebRequest and related networking state.
Inherited Members
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 |