VRC SDK
This project aims to completely document the VRChat Unity SDK
|
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 |
Definition at line 3493 of file VRCSDKBase.cs.
delegate void VRC.SDKBase.VRC_KeyEvents.InitializationDelegate | ( | VRC_KeyEvents | obj | ) |
|
private |
Definition at line 3511 of file VRCSDKBase.cs.
|
private |
VRC_EventHandler.VrcBroadcastType VRC.SDKBase.VRC_KeyEvents.BroadcastType |
Definition at line 3505 of file VRCSDKBase.cs.
string VRC.SDKBase.VRC_KeyEvents.DownEventName |
Definition at line 3499 of file VRCSDKBase.cs.
|
private |
Definition at line 3507 of file VRCSDKBase.cs.
|
static |
Definition at line 3509 of file VRCSDKBase.cs.
KeyCode VRC.SDKBase.VRC_KeyEvents.Key |
Definition at line 3497 of file VRCSDKBase.cs.
|
private |
Definition at line 3503 of file VRCSDKBase.cs.
string VRC.SDKBase.VRC_KeyEvents.UpEventName |
Definition at line 3501 of file VRCSDKBase.cs.