blob: f1525bfd1bf1a3ff3ad6b0f0e006dbaf61ee09e5 [file] [log] [blame]
{
"name": "ScrollConstraint",
"key": {
"int": 521,
"string": "scrollconstraint"
},
"extends": "constraints/draggable_constraint.json",
"properties": {
"snap": {
"type": "bool",
"initialValue": "false",
"key": {
"int": 724,
"string": "snap"
},
"description": "Whether the scrolling content should snap to the nearest child"
},
"physicsTypeValue": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 727,
"string": "physicstypevalue"
},
"description": "The type of physics to apply to the scroll constraint."
},
"physicsId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 726,
"string": "physicsid"
},
"description": "Identifier used to track the Scroll physics."
}
}
}