VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks Class Reference
Inheritance diagram for VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks:
Collaboration diagram for VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks:

Static Public Member Functions

static bool OnVRCSDKBuildRequested (VRCSDKRequestedBuildType requestedBuildType)
 
static bool OnPreprocessAvatar (GameObject avatarGameObject)
 
static void OnPostprocessAvatar ()
 
static bool OnPreprocessScene (Scene scene)
 
static void OnPostprocessScene (Scene scene)
 

Static Private Member Functions

static void Initialize ()
 

Detailed Description

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

Member Function Documentation

◆ Initialize()

static void VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks.Initialize ( )
staticprivate

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

◆ OnPostprocessAvatar()

static void VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks.OnPostprocessAvatar ( )
static

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

Here is the call graph for this function:

◆ OnPostprocessScene()

static void VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks.OnPostprocessScene ( Scene  scene)
static

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnPreprocessAvatar()

static bool VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks.OnPreprocessAvatar ( GameObject  avatarGameObject)
static

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

Here is the call graph for this function:

◆ OnPreprocessScene()

static bool VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks.OnPreprocessScene ( Scene  scene)
static

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnVRCSDKBuildRequested()

static bool VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks.OnVRCSDKBuildRequested ( VRCSDKRequestedBuildType  requestedBuildType)
static

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

Here is the call graph for this function:

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