Files
2026-07-13 13:13:17 +08:00

35 lines
896 B
Plaintext

{
"FormatVersion": 3,
"Id": "06ae6091-ce81-4e8f-ae96-83c189c70b10"/*Vec3ToString*/,
"Description": "Converts a Vector3 into a string.\n\nFormats examples: \n({0:F2}, {1:F2}, {2:F2})\nResult: \n(0.00, 1.00, 2.00)\n\nX: {0,7:F2}\\nY: {1,7:F2}\\nZ: {2,7:F2} \nResult:\nX: 1.50\nY: 2.50\nZ: 3.50\n\n",
"InputUis": [
{
"InputId": "0035b185-2e0b-4854-842a-4965180177f1"/*Vector*/,
"Position": {
"X": 0.0,
"Y": 0.0
},
"Min": -221.0,
"Max": 302.0,
"Scale": 5.23
},
{
"InputId": "045e84e3-2456-46fb-af43-30549e08afbd"/*Format*/,
"Position": {
"X": 0.0,
"Y": 0.0
},
"Usage": "Default"
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "bc59ac99-0e6f-4d8a-8896-661b45c86ecd"/*Output*/,
"Position": {
"X": 0.0,
"Y": 0.0
}
}
]
}