UnityEditor.IDeviceUtils.StopRemoteSupport C# (CSharp) Method

StopRemoteSupport() static private method

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