blob: 27e503451b3d361664ffd29a9c5e166e95a67934 [file] [log] [blame] [edit]
{
"name": "Constraint",
"key": {
"int": 79,
"string": "constraint"
},
"abstract": true,
"extends": "component.json",
"properties": {
"strength": {
"type": "double",
"initialValue": "1.0",
"animates": true,
"key": {
"int": 172,
"string": "strength"
},
"description": "Strength of the constraint. 0 means off. 1 means fully constraining.",
"bindable": true
}
}
}