blob: 843c4db0081ee12750f9cfdb7d91cc3a5adda232 [file] [log] [blame] [edit]
{
"name": "Polygon",
"key": {
"int": 51,
"string": "polygon"
},
"extends": "shapes/parametric_path.json",
"properties": {
"points": {
"type": "uint",
"initialValue": "5",
"key": {
"int": 125,
"string": "points"
},
"description": "The number of points for the polygon.",
"bindable": true
},
"cornerRadius": {
"type": "double",
"initialValue": "0",
"key": {
"int": 126,
"string": "cornerradius"
},
"description": "The corner radius.",
"bindable": true
}
}
}