UI.HexViewer¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The data to visualize. Supports primitive types only (floats, ints, string and bytes). | Bytes Enum Float Float2 Float3 Float4 Int Int2 Int3 Int4 Int8 Int16 String |
||
<output> |
The output of this shard will be its input. | Bytes Enum Float Float2 Float3 Float4 Int Int2 Int3 Int4 Int8 Int16 String |
Displays an hexadecimal viewer of data.
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|