blob: 03a7ed5d1f60fd2d9ded63ba22dfd57544a46370 [file] [log] [blame]
{
"name": "TransformConstraint",
"key": {
"int": 83,
"string": "transformconstraint"
},
"extends": "constraints/transform_space_constraint.json",
"properties": {
"originX": {
"type": "double",
"initialValue": "0.0",
"animates": true,
"key": {
"int": 372,
"string": "originx"
},
"description": "Origin x in normalized coordinates (0.5 = center, 0 = left, 1 = right).",
"bindable": true
},
"originY": {
"type": "double",
"initialValue": "0.0",
"animates": true,
"key": {
"int": 373,
"string": "originy"
},
"description": "Origin y in normalized coordinates (0.5 = center, 0 = top, 1 = bottom).",
"bindable": true
}
}
}