VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.Editor.Builder.ADB Class Reference
Inheritance diagram for VRC.SDK3.Editor.Builder.ADB:
Collaboration diagram for VRC.SDK3.Editor.Builder.ADB:

Static Public Member Functions

static string GetAdbProcessFileName ()
 
static ProcessStartInfo GetAdbProcessInfo (Collection< string > arguments, bool redirectStandardOutput=true, bool redirectStandardError=true, bool redirectStandardInput=false)
 
static AdbResult Command (params string[] arguments)
 
static void Sync ()
 
static List< string > GetDevices ()
 
static void PushFile (string localFilePath, string remoteFilePath)
 
static void MakeDirectory (string dir)
 
static void StartVRChat (string remoteBundleFilePath, string appPackageName)
 
static bool AdbDirectoryExists (string appPath)
 
static string[] GetPotentialVRChatAppPackages ()
 
static bool IsAppOpen (string androidPackageName)
 
static string GetAndroidAppDataPath ()
 
static string GetQuestAppDataPath ()
 
static DeviceLockState GetDeviceLockState ()
 

Detailed Description

Definition at line 1497 of file VRCSDK3-Editor.cs.

Member Function Documentation

◆ AdbDirectoryExists()

static bool VRC.SDK3.Editor.Builder.ADB.AdbDirectoryExists ( string  appPath)
static

Definition at line 1621 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Command()

static AdbResult VRC.SDK3.Editor.Builder.ADB.Command ( params string[]  arguments)
static

Definition at line 1556 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetAdbProcessFileName()

static string VRC.SDK3.Editor.Builder.ADB.GetAdbProcessFileName ( )
static

Definition at line 1499 of file VRCSDK3-Editor.cs.

Here is the caller graph for this function:

◆ GetAdbProcessInfo()

static ProcessStartInfo VRC.SDK3.Editor.Builder.ADB.GetAdbProcessInfo ( Collection< string >  arguments,
bool  redirectStandardOutput = true,
bool  redirectStandardError = true,
bool  redirectStandardInput = false 
)
static

Definition at line 1518 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetAndroidAppDataPath()

static string VRC.SDK3.Editor.Builder.ADB.GetAndroidAppDataPath ( )
static

Definition at line 1676 of file VRCSDK3-Editor.cs.

Here is the caller graph for this function:

◆ GetDeviceLockState()

static DeviceLockState VRC.SDK3.Editor.Builder.ADB.GetDeviceLockState ( )
static

Definition at line 1688 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetDevices()

static List< string > VRC.SDK3.Editor.Builder.ADB.GetDevices ( )
static

Definition at line 1578 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetPotentialVRChatAppPackages()

static string[] VRC.SDK3.Editor.Builder.ADB.GetPotentialVRChatAppPackages ( )
static

Definition at line 1635 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetQuestAppDataPath()

static string VRC.SDK3.Editor.Builder.ADB.GetQuestAppDataPath ( )
static

Definition at line 1682 of file VRCSDK3-Editor.cs.

Here is the caller graph for this function:

◆ IsAppOpen()

static bool VRC.SDK3.Editor.Builder.ADB.IsAppOpen ( string  androidPackageName)
static

Definition at line 1640 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:

◆ MakeDirectory()

static void VRC.SDK3.Editor.Builder.ADB.MakeDirectory ( string  dir)
static

Definition at line 1608 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PushFile()

static void VRC.SDK3.Editor.Builder.ADB.PushFile ( string  localFilePath,
string  remoteFilePath 
)
static

Definition at line 1602 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StartVRChat()

static void VRC.SDK3.Editor.Builder.ADB.StartVRChat ( string  remoteBundleFilePath,
string  appPackageName 
)
static

Definition at line 1614 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Sync()

static void VRC.SDK3.Editor.Builder.ADB.Sync ( )
static

Definition at line 1573 of file VRCSDK3-Editor.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

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