Converts a byte array containing a QR code to a Texture2D.
|
In
Exec
|
|
|
Qr Code Byte Array
Array of Bytes
|
The byte array with the QR code to convert. |
|
Width
Integer
|
The width in pixels of the QR code. Must match the original width used during QR code generation. |
|
Height
Integer
|
The height in pixels of the QR code. Must match the original height used during QR code generation. |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|
|
|
Qr Code Texture
Texture 2D Object Reference
|