Web3S_Demo > Web 3S Qr Code as Texture Async Task > Generate QR Code as Texture2D

Generate QR Code as Texture2D

Generates a QR code from a text string of specified size in pixels as a Texture2D.

Inputs

In
Exec

Content
String

The text to store in the QR code. Must not be empty.

Width
Integer

The width in pixels of the QR code. Must be greater than 0.

Height
Integer

The height in pixels of the QR code. Must be greater than 0.

Margin
Integer

The margin in pixels around the QR code. Must be greater than or equal to 0.

Encoding
EWeb3S_QrCodeEncodingCharacterSet Enum

The character set to use for encoding the QR code.

Error Correction Level
EWeb3S_QrCodeErrorCorrectionLevel Enum

The error correction level, ranging from low (~7%) to high (~30%).

Outputs

Out
Exec

Succeeded
Exec

Failed
Exec

Error Message
String

Qr Code Texture
Texture 2D Object Reference