Parses a string like "3, 4.5" into a Vec2, using a comma and/or whitespace as separators. Falls back to the chosen value if the string is not a valid pair of numbers.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| String | The string containing two numbers separated by a comma or whitespace, like Primary Input | String[]String |
| Fallback | The value of the result if the string cannot be parsed as a valid Vec2. Default: | Vec2[]Vec2 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Vec2Vec2[] |