Exemple #1
0
        private void SetQrCode()
        {
            var url     = $"http://{NetworkHelper.GetLocalIpAddresses().First()}/Canoe/index.html";
            var texture = Barcode.Generate(url, BarcodeFormat.QR_CODE, 512, 512);

            _uiSystem.ChangeBarcodeImage(texture);
        }