VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.StringLoading.VRCStringDownloader Class Reference
Inheritance diagram for VRC.SDK3.StringLoading.VRCStringDownloader:
Collaboration diagram for VRC.SDK3.StringLoading.VRCStringDownloader:

Static Public Member Functions

static void LoadUrl (VRCUrl url, IUdonEventReceiver udonBehaviour=null)
 
static bool AddToManager (IVRCStringDownload download)
 
static void RemoveFromManager (IVRCStringDownload download)
 
static void ClearQueue ()
 

Properties

static Action< VRCUrl, IUdonEventReceiver > StartDownload = LoadUrlInternal [get, set]
 

Static Private Member Functions

static void LoadUrlInternal (VRCUrl url, IUdonEventReceiver udonBehaviour)
 

Detailed Description

Definition at line 2741 of file VRCSDK3.cs.

Member Function Documentation

◆ AddToManager()

static bool VRC.SDK3.StringLoading.VRCStringDownloader.AddToManager ( IVRCStringDownload  download)
static

Definition at line 2768 of file VRCSDK3.cs.

Here is the caller graph for this function:

◆ ClearQueue()

static void VRC.SDK3.StringLoading.VRCStringDownloader.ClearQueue ( )
static

Definition at line 2785 of file VRCSDK3.cs.

◆ LoadUrl()

static void VRC.SDK3.StringLoading.VRCStringDownloader.LoadUrl ( VRCUrl  url,
IUdonEventReceiver  udonBehaviour = null 
)
static

Definition at line 2756 of file VRCSDK3.cs.

◆ LoadUrlInternal()

static void VRC.SDK3.StringLoading.VRCStringDownloader.LoadUrlInternal ( VRCUrl  url,
IUdonEventReceiver  udonBehaviour 
)
staticprivate

Definition at line 2762 of file VRCSDK3.cs.

Here is the call graph for this function:

◆ RemoveFromManager()

static void VRC.SDK3.StringLoading.VRCStringDownloader.RemoveFromManager ( IVRCStringDownload  download)
static

Definition at line 2779 of file VRCSDK3.cs.

Here is the caller graph for this function:

Property Documentation

◆ StartDownload

Action<VRCUrl, IUdonEventReceiver> VRC.SDK3.StringLoading.VRCStringDownloader.StartDownload = LoadUrlInternal
staticgetset

Definition at line 2747 of file VRCSDK3.cs.


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