|
VRC SDK
This project aims to completely document the VRChat Unity SDK
|


Public Member Functions | |
| MidiRawEventArgs (byte status, byte data1, byte data2) | |
Public Attributes | |
| readonly byte | status |
| readonly byte | data1 |
| readonly byte | data2 |
Definition at line 15730 of file VRCSDKBase.cs.
| VRC.SDKBase.Midi.MidiRawEventArgs.MidiRawEventArgs | ( | byte | status, |
| byte | data1, | ||
| byte | data2 | ||
| ) |
Definition at line 15738 of file VRCSDKBase.cs.
| readonly byte VRC.SDKBase.Midi.MidiRawEventArgs.data1 |
Definition at line 15734 of file VRCSDKBase.cs.
| readonly byte VRC.SDKBase.Midi.MidiRawEventArgs.data2 |
Definition at line 15736 of file VRCSDKBase.cs.
| readonly byte VRC.SDKBase.Midi.MidiRawEventArgs.status |
Definition at line 15732 of file VRCSDKBase.cs.