VRC SDK
This project aims to completely document the VRChat Unity SDK
|
Public Member Functions | |
AdbException (int exitCode, string stdOut, string stdError) | |
Public Attributes | |
int | exitCode |
string | standardOutput |
string | standardError |
Definition at line 476 of file VRCSDK3-Editor.cs.
VRC.SDK3.Editor.Exceptions.AdbException.AdbException | ( | int | exitCode, |
string | stdOut, | ||
string | stdError | ||
) |
Definition at line 484 of file VRCSDK3-Editor.cs.
int VRC.SDK3.Editor.Exceptions.AdbException.exitCode |
Definition at line 478 of file VRCSDK3-Editor.cs.
string VRC.SDK3.Editor.Exceptions.AdbException.standardError |
Definition at line 482 of file VRCSDK3-Editor.cs.
string VRC.SDK3.Editor.Exceptions.AdbException.standardOutput |
Definition at line 480 of file VRCSDK3-Editor.cs.