Web3S_Demo > Web 3S Qr Code Convert to Texture Async Task > Convert QR Code Byte Array to Texture2D

Convert QR Code Byte Array to Texture2D

Converts a byte array containing a QR code to a Texture2D.

Inputs

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.

Outputs

Out
Exec

Succeeded
Exec

Failed
Exec

Error Message
String

Qr Code Texture
Texture 2D Object Reference