예제 #1
0
 //creates a 3d text of the location bar code value and places it on where the user is looking (preferably on a wall, shelf etc.)
 public void PlaceLocationOnWall(bool allowToScanItems, Text errors, bool areWeScanning, string confirmBarcode)
 {
     bs.PlaceLocationOnWall(allowToScanItems, errors, areWeScanning, confirmBarcode);
 }