VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.Editor.ISDKBuilder Interface Reference
Inheritance diagram for VRC.SDKBase.Editor.ISDKBuilder:

Public Member Functions

bool ExportAvatarBlueprint (GameObject externalReference=null)
 
bool ExportAndUploadAvatarBlueprint (GameObject externalReference=null)
 
bool ExportAndTestAvatarBlueprint (GameObject externalReference=null)
 
void RunLastExportedSceneResource ()
 
void UploadLastExportedSceneBlueprint ()
 
void ExportAndUploadSceneBlueprint ()
 
void ExportSceneResourceAndRun ()
 
bool ExportSceneResource ()
 
void ClearEventHandlers ()
 
void ExportSceneToV3 ()
 
void ExportAvatarToV3 (GameObject externalReference=null)
 
void ClearUploadEventHandlers ()
 

Properties

string Name [get]
 

Events

EventHandler OnBuildStarted
 
EventHandler< string > OnBuildProgress
 
EventHandler< object > OnBuildContentProcessed
 
EventHandler< string > OnBuildSuccess
 
EventHandler< ValueTuple< string, string > > OnBuildSuccessWithSignature
 
EventHandler< string > OnBuildError
 
EventHandler< object > OnContentPreUpload
 

Detailed Description

Definition at line 2778 of file VRCSDKBase-Editor.cs.

Member Function Documentation

◆ ClearEventHandlers()

void VRC.SDKBase.Editor.ISDKBuilder.ClearEventHandlers ( )

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ ClearUploadEventHandlers()

void VRC.SDKBase.Editor.ISDKBuilder.ClearUploadEventHandlers ( )

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ ExportAndTestAvatarBlueprint()

bool VRC.SDKBase.Editor.ISDKBuilder.ExportAndTestAvatarBlueprint ( GameObject  externalReference = null)

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ ExportAndUploadAvatarBlueprint()

bool VRC.SDKBase.Editor.ISDKBuilder.ExportAndUploadAvatarBlueprint ( GameObject  externalReference = null)

◆ ExportAndUploadSceneBlueprint()

void VRC.SDKBase.Editor.ISDKBuilder.ExportAndUploadSceneBlueprint ( )

◆ ExportAvatarBlueprint()

bool VRC.SDKBase.Editor.ISDKBuilder.ExportAvatarBlueprint ( GameObject  externalReference = null)

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ ExportAvatarToV3()

void VRC.SDKBase.Editor.ISDKBuilder.ExportAvatarToV3 ( GameObject  externalReference = null)

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ ExportSceneResource()

bool VRC.SDKBase.Editor.ISDKBuilder.ExportSceneResource ( )

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ ExportSceneResourceAndRun()

void VRC.SDKBase.Editor.ISDKBuilder.ExportSceneResourceAndRun ( )

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ ExportSceneToV3()

void VRC.SDKBase.Editor.ISDKBuilder.ExportSceneToV3 ( )

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ RunLastExportedSceneResource()

void VRC.SDKBase.Editor.ISDKBuilder.RunLastExportedSceneResource ( )

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Here is the caller graph for this function:

◆ UploadLastExportedSceneBlueprint()

void VRC.SDKBase.Editor.ISDKBuilder.UploadLastExportedSceneBlueprint ( )

Property Documentation

◆ Name

string VRC.SDKBase.Editor.ISDKBuilder.Name
get

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Definition at line 2781 of file VRCSDKBase-Editor.cs.

Event Documentation

◆ OnBuildContentProcessed

EventHandler<object> VRC.SDKBase.Editor.ISDKBuilder.OnBuildContentProcessed

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Definition at line 2790 of file VRCSDKBase-Editor.cs.

◆ OnBuildError

EventHandler<string> VRC.SDKBase.Editor.ISDKBuilder.OnBuildError

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Definition at line 2799 of file VRCSDKBase-Editor.cs.

◆ OnBuildProgress

EventHandler<string> VRC.SDKBase.Editor.ISDKBuilder.OnBuildProgress

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Definition at line 2787 of file VRCSDKBase-Editor.cs.

◆ OnBuildStarted

EventHandler VRC.SDKBase.Editor.ISDKBuilder.OnBuildStarted

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Definition at line 2784 of file VRCSDKBase-Editor.cs.

◆ OnBuildSuccess

EventHandler<string> VRC.SDKBase.Editor.ISDKBuilder.OnBuildSuccess

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Definition at line 2793 of file VRCSDKBase-Editor.cs.

◆ OnBuildSuccessWithSignature

EventHandler<ValueTuple<string, string> > VRC.SDKBase.Editor.ISDKBuilder.OnBuildSuccessWithSignature

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Definition at line 2796 of file VRCSDKBase-Editor.cs.

◆ OnContentPreUpload

EventHandler<object> VRC.SDKBase.Editor.ISDKBuilder.OnContentPreUpload

Implemented in VRC.SDK3.Editor.Builder.VRCWorldBuilder.

Definition at line 2802 of file VRCSDKBase-Editor.cs.


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