8 lines
107 B
C#
8 lines
107 B
C#
namespace Unity.XR.PXR
|
|
{
|
|
public enum USBConfigModeEnum
|
|
{
|
|
MTP=0,
|
|
CHARGE=1
|
|
}
|
|
} |