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

Public Member Functions

delegate void InitializationDelegate (VRC_KeyEvents obj)
 

Public Attributes

KeyCode Key
 
string DownEventName
 
string UpEventName
 
VRC_EventHandler.VrcBroadcastType BroadcastType
 

Static Public Attributes

static InitializationDelegate Initialize
 

Private Member Functions

void Start ()
 
void Update ()
 

Private Attributes

bool LocalOnly
 
VRC_EventHandler Handler
 

Detailed Description

Definition at line 3493 of file VRCSDKBase.cs.

Member Function Documentation

◆ InitializationDelegate()

delegate void VRC.SDKBase.VRC_KeyEvents.InitializationDelegate ( VRC_KeyEvents  obj)

◆ Start()

void VRC.SDKBase.VRC_KeyEvents.Start ( )
private

Definition at line 3511 of file VRCSDKBase.cs.

◆ Update()

void VRC.SDKBase.VRC_KeyEvents.Update ( )
private

Definition at line 3528 of file VRCSDKBase.cs.

Here is the call graph for this function:

Member Data Documentation

◆ BroadcastType

VRC_EventHandler.VrcBroadcastType VRC.SDKBase.VRC_KeyEvents.BroadcastType

Definition at line 3505 of file VRCSDKBase.cs.

◆ DownEventName

string VRC.SDKBase.VRC_KeyEvents.DownEventName

Definition at line 3499 of file VRCSDKBase.cs.

◆ Handler

VRC_EventHandler VRC.SDKBase.VRC_KeyEvents.Handler
private

Definition at line 3507 of file VRCSDKBase.cs.

◆ Initialize

InitializationDelegate VRC.SDKBase.VRC_KeyEvents.Initialize
static

Definition at line 3509 of file VRCSDKBase.cs.

◆ Key

KeyCode VRC.SDKBase.VRC_KeyEvents.Key

Definition at line 3497 of file VRCSDKBase.cs.

◆ LocalOnly

bool VRC.SDKBase.VRC_KeyEvents.LocalOnly
private

Definition at line 3503 of file VRCSDKBase.cs.

◆ UpEventName

string VRC.SDKBase.VRC_KeyEvents.UpEventName

Definition at line 3501 of file VRCSDKBase.cs.


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