public QRScanState(HoloFlowSceneManager sceneManager, GameObject scanInterface) : base(sceneManager) { if (scanInterface == null) { throw new ArgumentNullException("scanInterface could not be null for QRScanState"); } this.scanInterface = scanInterface; }
public WizardState(HoloFlowSceneManager sceneManager, QRCodeData data) : base(sceneManager) { this.data = data; }
public ControlState(HoloFlowSceneManager sceneManager) : base(sceneManager) { }
public AppState(HoloFlowSceneManager sceneManager) { this.sceneManager = sceneManager; }
public EditState(HoloFlowSceneManager sceneManager) : base(sceneManager) { }