blob: 4569ea6b38ad173036644561e5e8953f877675b4 [file]
{
"name": "CubicAsymmetricVertex",
"key": {
"int": 34,
"string": "cubicasymmetricvertex"
},
"extends": "shapes/cubic_vertex.json",
"properties": {
"rotation": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 79,
"string": "rotation"
},
"description": "The control points' angle.",
"bindable": true
},
"inDistance": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 80,
"string": "indistance"
},
"description": "The in point's distance from the translation of the point.",
"bindable": true
},
"outDistance": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 81,
"string": "outdistance"
},
"description": "The out point's distance from the translation of the point.",
"bindable": true
}
}
}