Tanoda
|
Public Member Functions | |
delegate void | QRScanFinished (string str) |
void | Reset () |
Reset this scan param More... | |
void | StartWork () |
Stops the work. More... | |
void | StopWork () |
Stops the work. More... | |
Static Public Member Functions | |
static string | DecodeByStaticPic (Texture2D tex) |
Decodes the by static picture. More... | |
Public Attributes | |
DeviceCameraController | e_DeviceController |
Events | |
QRScanFinished | onQRScanFinished |
Definition at line 9 of file QRCodeDecodeController.cs.
|
static |
Decodes the by static picture.
tex | target texture. |
Definition at line 163 of file QRCodeDecodeController.cs.
delegate void QRCodeDecodeController.QRScanFinished | ( | string | str | ) |
void QRCodeDecodeController.Reset | ( | ) |
Reset this scan param
Definition at line 132 of file QRCodeDecodeController.cs.
void QRCodeDecodeController.StartWork | ( | ) |
Stops the work.
Definition at line 141 of file QRCodeDecodeController.cs.
void QRCodeDecodeController.StopWork | ( | ) |
Stops the work.
Definition at line 151 of file QRCodeDecodeController.cs.
DeviceCameraController QRCodeDecodeController.e_DeviceController |
Definition at line 18 of file QRCodeDecodeController.cs.
QRScanFinished QRCodeDecodeController.onQRScanFinished |
Definition at line 13 of file QRCodeDecodeController.cs.