git.lucas.co / cce-designer
graphic design tool
git clone https://git.lucas.co/cce-designer.git

nodes/transfer.json (420B)

 1 {
 2  "name": "Transfer",
 3  "type": "transfer",
 4  "inputs": 2,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "From", "type": "text", "default": "" },
 9   { "name": "Attributes", "type": "text", "default": "" },
10   { "name": "Maximum Distance", "type": "slider", "default": "0.00", "min": 0.0, "max": 10.0, "step": 0.01 },
11   { "name": "Group", "type": "text", "default": "" }
12  ]
13 }