Ejemplo n.º 1
0
 public void StartScan()
 {
     Debug.Log("Start QR-code scan");
     _qrCodeReader.StartScan();
     _isScanning = true;
 }