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

77 lines
2.2 KiB
Plaintext

{
"FormatVersion": 3,
"Id": "d05739d3-f89d-488d-85d0-c0d115265b75"/*LoadSvgAsTexture2D*/,
"Description": "Loads a SVG file as a Texture2D.\nNote: This is a rasterization of a SVG (Scalable Vector Graphics).\nYou shall not animate its parameters. \n",
"SymbolTags": "1",
"InputUis": [
{
"InputId": "2063a2a5-305d-4022-a1af-0840cdaa8be4"/*Resolution*/,
"Position": {
"X": 51.512096,
"Y": 121.99597
},
"Description": "If width or height is zero, the image is scaled preserving the aspect ratio, if both are zero it'll use requested resolution height and keep aspect ratio. "
},
{
"InputId": "3e8f9a1b-2c4d-5e6f-7a8b-9c0d1e2f3a4b"/*SelectLayerRange*/,
"Position": {
"X": 51.512096,
"Y": 421.99597
},
"Description": "0,1 means layers at index 0 and 1 (first two layers)\n1,5 means layers at indices 1,2,3,4,5"
},
{
"InputId": "89cd0433-8646-47f3-a22e-afe1344c6f07"/*Scale*/,
"Position": {
"X": 51.512096,
"Y": 271.99597
},
"Description": "Works on viewbox resolution"
},
{
"InputId": "a01425ad-e38f-4a80-b8cf-a2ea03895fe2"/*UseViewBox*/,
"Position": {
"X": 51.512096,
"Y": 196.99597
},
"AddPadding": "True"
},
{
"InputId": "a13f5039-65a7-45b2-9407-50d718ccb13b"/*SplitToLayers*/,
"Position": {
"X": 51.512096,
"Y": 346.99597
},
"Description": "Attempt to access the different layers of your vector design",
"AddPadding": "True"
},
{
"InputId": "f4860e75-eff7-4e6e-a144-016ff5bb054e"/*Path*/,
"Position": {
"X": 51.512096,
"Y": 46.995968
},
"Usage": "FilePath",
"FileFilter": "svg"
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "ab1e6a50-4ac1-43ba-8323-81fc8af29814"/*Texture*/,
"Position": {
"X": 0.0,
"Y": 0.0
}
}
],
"Links": [
{
"Id": "c73da8fe-936e-46d2-a08c-57754136b4a8",
"Title": "Wikipedia",
"Description": "",
"LinkUrl": "https://en.wikipedia.org/wiki/SVG",
"LinkType": "Documentation"
}
]
}