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

35 lines
972 B
Plaintext

{
"FormatVersion": 3,
"Id": "39c96cfd-dedf-4f76-a471-d1c26c9ba9fa"/*FloatToString*/,
"Description": "Converts a float value into a string.\n\nYou can use the .net string format descriptor for various effects, like...\n\nHere are some examples for the value 1.2345\n\n{0:P1} -> 123.45%\n{0:000.000} -> 001.234\n{0:0} -> 1\n{0:G3} -> 1.23\nneed {0:1.2} cookies -> need 1.2 cookies\n",
"SymbolTags": "1",
"InputUis": [
{
"InputId": "b2b32c44-62d8-4acb-a9a7-4856ec7a33bb"/*Format*/,
"Position": {
"X": 0.0,
"Y": 0.0
},
"Usage": "Default"
},
{
"InputId": "f36e4078-2608-4308-ab5f-077c05b1181a"/*Value*/,
"Position": {
"X": 0.0,
"Y": 0.0
},
"Min": -221.0,
"Max": 302.0
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "c63a1977-a594-490d-b5fb-de4d40bad016"/*Output*/,
"Position": {
"X": 0.0,
"Y": 0.0
}
}
]
}