UnityWebRequestExt ClassUnityWebRequest extensions.
Inheritance Hierarchy
System.Object
UltimateXR.Extensions.Unity.IO.UnityWebRequestExt
Namespace: UltimateXR.Extensions.Unity.IO
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static class UnityWebRequestExt
The UnityWebRequestExt type exposes the following members.
Methods
Name | Description | |
---|---|---|
Fetch | Sends a UnityWebRequest asynchronously. | |
IsUwrUri | Checks whether a given URI can be read using a UnityWebRequest. | |
LoadAudioClip | Loads an AudioClip asynchronously from an URI. | |
Read | Reads bytes asynchronously from an URI. | |
ReadText | Reads a string asynchronously from an URI. | |
Send | Sends a UnityWebRequest asynchronously. |