blob: d4162ac0ff778a60c675ae4d71e78038b483c3ff [file] [log] [blame]
{
"name": "ForcedEdge",
"key": {
"int": 112,
"string": "forcededge"
},
"extends": "component.json",
"runtime": false,
"properties": {
"fromId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "0",
"key": {
"int": 219,
"string": "fromid"
},
"description": "Identifier used to track MeshVertex the force edge extends from."
},
"toId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "0",
"key": {
"int": 220,
"string": "toid"
},
"description": "Identifier used to track MeshVertex the force edge extends to."
}
}
}