UnityEditor.IDeviceUtils.StopPlayerConnectionSupport C# (CSharp) Method

StopPlayerConnectionSupport() static private method

static private StopPlayerConnectionSupport ( string deviceId ) : void
deviceId string
return void
        internal static void StopPlayerConnectionSupport(string deviceId)
        {
            ModuleManager.GetDevice(deviceId).StopPlayerConnectionSupport();
        }