UnityWebRequestExt.IsUwrUri Method

Checks whether a given URI can be read using a UnityWebRequest.

Namespace: UltimateXR.Extensions.Unity.IO
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static bool IsUwrUri(
	string uri
)

Parameters

 

uri
Type: System.String
URI to check

Return Value

Type: Boolean
Whether the URI is compatible with UnityWebRequest

See Also

Reference

UnityWebRequestExt Class
UltimateXR.Extensions.Unity.IO Namespace