Generates a QR code from a text string of specified size in pixels as a Texture2D.
|
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%). |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|
|
|
Qr Code Texture
Texture 2D Object Reference
|