NodeScript+ 导入了个 UI Extend
Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
113
Assets/StreamingAssets/NodeScript/test1.json
Normal file
113
Assets/StreamingAssets/NodeScript/test1.json
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"startElementGuid": "f354bc7c-7ccf-434a-aac4-dc0002e41986",
|
||||
"nodes": [
|
||||
{
|
||||
"typeName": "Ichni.NodeScript.NodeStart",
|
||||
"posX": -507.8431701660156,
|
||||
"posY": 225.49020385742188,
|
||||
"fieldValues": [
|
||||
{
|
||||
"key": "NodeName",
|
||||
"json": "{}"
|
||||
},
|
||||
{
|
||||
"key": "nodeObject",
|
||||
"json": "{\"TitleText\":{\"instanceID\":-974546},\"statusImage\":{\"instanceID\":-974522},\"inputsRoot\":{\"instanceID\":-974564},\"outputsRoot\":{\"instanceID\":-974592},\"middleRoot\":{\"instanceID\":-974578},\"connectorSlotPrefabI\":{\"instanceID\":70946},\"connectorSlotPrefabO\":{\"instanceID\":70966},\"dropdownPrefab\":{\"instanceID\":71274},\"inputPrefab\":{\"instanceID\":71276}}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"typeName": "Ichni.NodeScript.NodeConst",
|
||||
"posX": -479.7438659667969,
|
||||
"posY": -3.097003936767578,
|
||||
"fieldValues": [
|
||||
{
|
||||
"key": "floatVal",
|
||||
"json": "{}"
|
||||
},
|
||||
{
|
||||
"key": "intVal",
|
||||
"json": "{}"
|
||||
},
|
||||
{
|
||||
"key": "boolVal",
|
||||
"json": "{}"
|
||||
},
|
||||
{
|
||||
"key": "vector2Val",
|
||||
"json": "{\"x\":0.0,\"y\":0.0}"
|
||||
},
|
||||
{
|
||||
"key": "vector3Val",
|
||||
"json": "{\"x\":0.0,\"y\":0.0,\"z\":0.0}"
|
||||
},
|
||||
{
|
||||
"key": "colorVal",
|
||||
"json": "{\"r\":0.0,\"g\":0.0,\"b\":0.0,\"a\":0.0}"
|
||||
},
|
||||
{
|
||||
"key": "NodeName",
|
||||
"json": "{}"
|
||||
},
|
||||
{
|
||||
"key": "nodeObject",
|
||||
"json": "{\"TitleText\":{\"instanceID\":-979666},\"statusImage\":{\"instanceID\":-979642},\"inputsRoot\":{\"instanceID\":-979684},\"outputsRoot\":{\"instanceID\":-979712},\"middleRoot\":{\"instanceID\":-979698},\"connectorSlotPrefabI\":{\"instanceID\":70946},\"connectorSlotPrefabO\":{\"instanceID\":70966},\"dropdownPrefab\":{\"instanceID\":71274},\"inputPrefab\":{\"instanceID\":71276}}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"typeName": "Ichni.NodeScript.NodeForLoop",
|
||||
"posX": -79.74382781982422,
|
||||
"posY": 230.23634338378907,
|
||||
"fieldValues": [
|
||||
{
|
||||
"key": "NodeName",
|
||||
"json": "{}"
|
||||
},
|
||||
{
|
||||
"key": "nodeObject",
|
||||
"json": "{\"TitleText\":{\"instanceID\":-981980},\"statusImage\":{\"instanceID\":-981956},\"inputsRoot\":{\"instanceID\":-981998},\"outputsRoot\":{\"instanceID\":-982026},\"middleRoot\":{\"instanceID\":-982012},\"connectorSlotPrefabI\":{\"instanceID\":70946},\"connectorSlotPrefabO\":{\"instanceID\":70966},\"dropdownPrefab\":{\"instanceID\":71274},\"inputPrefab\":{\"instanceID\":71276}}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"typeName": "Ichni.NodeScript.NodeLog",
|
||||
"posX": 428.0993347167969,
|
||||
"posY": 218.4716796875,
|
||||
"fieldValues": [
|
||||
{
|
||||
"key": "prefix",
|
||||
"json": "{}"
|
||||
},
|
||||
{
|
||||
"key": "NodeName",
|
||||
"json": "{}"
|
||||
},
|
||||
{
|
||||
"key": "nodeObject",
|
||||
"json": "{\"TitleText\":{\"instanceID\":-985046},\"statusImage\":{\"instanceID\":-985022},\"inputsRoot\":{\"instanceID\":-985064},\"outputsRoot\":{\"instanceID\":-985092},\"middleRoot\":{\"instanceID\":-985078},\"connectorSlotPrefabI\":{\"instanceID\":70946},\"connectorSlotPrefabO\":{\"instanceID\":70966},\"dropdownPrefab\":{\"instanceID\":71274},\"inputPrefab\":{\"instanceID\":71276}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"wires": [
|
||||
{
|
||||
"fromNodeIdx": 0,
|
||||
"toNodeIdx": 2,
|
||||
"fromOutput": "exec",
|
||||
"toInput": "exec"
|
||||
},
|
||||
{
|
||||
"fromNodeIdx": 1,
|
||||
"toNodeIdx": 2,
|
||||
"fromOutput": "value",
|
||||
"toInput": "count"
|
||||
},
|
||||
{
|
||||
"fromNodeIdx": 2,
|
||||
"toNodeIdx": 3,
|
||||
"fromOutput": "index",
|
||||
"toInput": "value"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user