VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.VRC_EventDispatcher Class Referenceabstract
Inheritance diagram for VRC.SDKBase.VRC_EventDispatcher:
Collaboration diagram for VRC.SDKBase.VRC_EventDispatcher:

Public Member Functions

abstract void TriggerEvent (VRC_EventHandler handler, VRC_EventHandler.VrcEvent e, VRC_EventHandler.VrcBroadcastType broadcast, int instagatorId, float fastForward)
 
abstract void RegisterEventHandler (VRC_EventHandler handler)
 
abstract void UnregisterEventHandler (VRC_EventHandler handler)
 
virtual GameObject FindGameObject (string path)
 
abstract GameObject FindGameObject (string path, bool suppressErrors)
 
abstract string GetGameObjectPath (GameObject go)
 

Detailed Description

Definition at line 9513 of file VRCSDKBase.cs.

Member Function Documentation

◆ FindGameObject() [1/2]

virtual GameObject VRC.SDKBase.VRC_EventDispatcher.FindGameObject ( string  path)
virtual

Definition at line 9521 of file VRCSDKBase.cs.

Here is the caller graph for this function:

◆ FindGameObject() [2/2]

abstract GameObject VRC.SDKBase.VRC_EventDispatcher.FindGameObject ( string  path,
bool  suppressErrors 
)
pure virtual

◆ GetGameObjectPath()

abstract string VRC.SDKBase.VRC_EventDispatcher.GetGameObjectPath ( GameObject  go)
pure virtual

Implemented in VRC.SDKBase.VRC_EventDispatcherLocal.

Here is the caller graph for this function:

◆ RegisterEventHandler()

abstract void VRC.SDKBase.VRC_EventDispatcher.RegisterEventHandler ( VRC_EventHandler  handler)
pure virtual

◆ TriggerEvent()

abstract void VRC.SDKBase.VRC_EventDispatcher.TriggerEvent ( VRC_EventHandler  handler,
VRC_EventHandler.VrcEvent  e,
VRC_EventHandler.VrcBroadcastType  broadcast,
int  instagatorId,
float  fastForward 
)
pure virtual

◆ UnregisterEventHandler()

abstract void VRC.SDKBase.VRC_EventDispatcher.UnregisterEventHandler ( VRC_EventHandler  handler)
pure virtual

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