blob: 4995ace7362deab7a39ee9455f0bf1875b4d2d47 [file] [log] [blame]
{
"name": "PathVertex",
"key": {
"int": 14,
"string": "pathvertex"
},
"abstract": true,
"extends": "container_component.json",
"properties": {
"x": {
"type": "double",
"initialValue": "0",
"animates": true,
"group": "position",
"key": {
"int": 24,
"string": "x"
},
"description": "X value for the translation of the vertex."
},
"y": {
"type": "double",
"initialValue": "0",
"animates": true,
"group": "position",
"key": {
"int": 25,
"string": "y"
},
"description": "Y value for the translation of the vertex."
}
}
}