Update Nodes/String/Append

Chromum 2025-05-09 05:21:38 +00:00
parent a0bff2dc89
commit 3355b134ef

@ -6,8 +6,8 @@
| Name | Type | Description | | Name | Type | Description |
|-------------|------------|---------------------------------| |-------------|------------|---------------------------------|
| `String A` | `System.String` | String to append to | | String A | System.String | String to append to |
| `String B` | `System.String`| String to append | | String B | System.String| String to append |
--- ---
@ -15,7 +15,7 @@
| Name | Type | Description | | Name | Type | Description |
|--------------|------------|----------------------------------| |--------------|------------|----------------------------------|
| `Appended String` | `System.String`| The completed appended string | | Appended String | System.String| The completed appended string |
--- ---
@ -24,7 +24,7 @@
The **String Append** node appends two strings together resulting in a string output. The **String Append** node appends two strings together resulting in a string output.
Use this when you want to combine two strings useful for naming a new Unity Asset. Use this when you want to combine two strings useful for naming a new Unity Asset.
This node is derived from `BaseImageNode`. This node is derived from `BaseImageNode`.
--- ---