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


Public Types | |
| enum | Destination : Enum |
Public Member Functions | |
| RPC (params Destination[] targets) | |
| RPC (short code, params Destination[] targets) | |
| RPC (short code, float playerRateLimit, params Destination[] targets) | |
| RPC (short code, float playerRateLimit, float globalRateLimit, params Destination[] targets) | |
Public Attributes | |
| Destination[] | allowedTargets |
| short | shortCode |
| float | playerRateLimit |
| float | globalRateLimit |
Private Member Functions | |
| void | SetupTargets (Destination[] targets) |
Definition at line 10264 of file VRCSDKBase.cs.
| enum VRC.SDKBase.RPC.Destination : Enum |
Definition at line 10266 of file VRCSDKBase.cs.
| VRC.SDKBase.RPC.RPC | ( | params Destination[] | targets | ) |
Definition at line 10288 of file VRCSDKBase.cs.
| VRC.SDKBase.RPC.RPC | ( | short | code, |
| params Destination[] | targets | ||
| ) |
Definition at line 10293 of file VRCSDKBase.cs.
| VRC.SDKBase.RPC.RPC | ( | short | code, |
| float | playerRateLimit, | ||
| params Destination[] | targets | ||
| ) |
Definition at line 10299 of file VRCSDKBase.cs.
| VRC.SDKBase.RPC.RPC | ( | short | code, |
| float | playerRateLimit, | ||
| float | globalRateLimit, | ||
| params Destination[] | targets | ||
| ) |
Definition at line 10306 of file VRCSDKBase.cs.
|
private |
Definition at line 10314 of file VRCSDKBase.cs.
| Destination [] VRC.SDKBase.RPC.allowedTargets |
Definition at line 10280 of file VRCSDKBase.cs.
| float VRC.SDKBase.RPC.globalRateLimit |
Definition at line 10286 of file VRCSDKBase.cs.
| float VRC.SDKBase.RPC.playerRateLimit |
Definition at line 10284 of file VRCSDKBase.cs.
| short VRC.SDKBase.RPC.shortCode |
Definition at line 10282 of file VRCSDKBase.cs.