Tanoda
TriLibCore.UriLoadCustomContextData Class Reference

Represents a class passed as the custom data to the Asset Loader Context when loading Models from URIs (Network). More...

Public Attributes

UnityWebRequest UnityWebRequest
 The unity web request used to load the models. More...
 
object CustomData
 The optional custom data used to load the models. More...
 

Detailed Description

Represents a class passed as the custom data to the Asset Loader Context when loading Models from URIs (Network).

Definition at line 6 of file UriLoadCustomContextData.cs.

Member Data Documentation

◆ CustomData

object TriLibCore.UriLoadCustomContextData.CustomData

The optional custom data used to load the models.

Definition at line 16 of file UriLoadCustomContextData.cs.

◆ UnityWebRequest

UnityWebRequest TriLibCore.UriLoadCustomContextData.UnityWebRequest

The unity web request used to load the models.

Definition at line 11 of file UriLoadCustomContextData.cs.


The documentation for this class was generated from the following file: