コード例 #1
0
ファイル: LogicFacade.cs プロジェクト: b-havine/HoloLens
 //when we pick up items from the warehoouse, check if barcode should be an item or location number.
 //if location number then allow the scanning of the items belonging to the location, if item check if it's in the picklist, and
 //if it is then remove from picklist.
 public void AcceptBarcodeInPickingMode(bool areWeScanning, string copyBarcodeValue, bool allowToScanItems, Text errors, Text debugText, Text itemText, GameObject microsoftLogo, Text guideText, GameObject pickListPanel)
 {
     bs.AcceptBarcodeInPickingMode(areWeScanning, copyBarcodeValue, allowToScanItems, errors, debugText, itemText, microsoftLogo, guideText, pickListPanel);
 }