VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.Image.IVRCImageDownload Interface Reference
Inheritance diagram for VRC.SDK3.Image.IVRCImageDownload:
Collaboration diagram for VRC.SDK3.Image.IVRCImageDownload:

Public Member Functions

void StartDownload ()
 
void CancelDownload ()
 

Properties

VRCImageDownloadState State [get]
 
VRCImageDownloadError Error [get]
 
string ErrorMessage [get]
 
Texture2D Result [get]
 
int SizeInMemoryBytes [get]
 
float Progress [get]
 
VRCUrl Url [get]
 
Material Material [get]
 
IUdonEventReceiver UdonBehaviour [get]
 
TextureInfo TextureInfo [get]
 

Detailed Description

Definition at line 2799 of file VRCSDK3.cs.

Member Function Documentation

◆ CancelDownload()

void VRC.SDK3.Image.IVRCImageDownload.CancelDownload ( )

◆ StartDownload()

void VRC.SDK3.Image.IVRCImageDownload.StartDownload ( )

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Here is the caller graph for this function:

Property Documentation

◆ Error

VRCImageDownloadError VRC.SDK3.Image.IVRCImageDownload.Error
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2803 of file VRCSDK3.cs.

◆ ErrorMessage

string VRC.SDK3.Image.IVRCImageDownload.ErrorMessage
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2805 of file VRCSDK3.cs.

◆ Material

Material VRC.SDK3.Image.IVRCImageDownload.Material
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2815 of file VRCSDK3.cs.

◆ Progress

float VRC.SDK3.Image.IVRCImageDownload.Progress
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2811 of file VRCSDK3.cs.

◆ Result

Texture2D VRC.SDK3.Image.IVRCImageDownload.Result
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2807 of file VRCSDK3.cs.

◆ SizeInMemoryBytes

int VRC.SDK3.Image.IVRCImageDownload.SizeInMemoryBytes
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2809 of file VRCSDK3.cs.

◆ State

VRCImageDownloadState VRC.SDK3.Image.IVRCImageDownload.State
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2801 of file VRCSDK3.cs.

◆ TextureInfo

TextureInfo VRC.SDK3.Image.IVRCImageDownload.TextureInfo
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2819 of file VRCSDK3.cs.

◆ UdonBehaviour

IUdonEventReceiver VRC.SDK3.Image.IVRCImageDownload.UdonBehaviour
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2817 of file VRCSDK3.cs.

◆ Url

VRCUrl VRC.SDK3.Image.IVRCImageDownload.Url
get

Implemented in VRC.SDK3.Image.VRCImageDownloader.ImageDownloader.

Definition at line 2813 of file VRCSDK3.cs.


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