Updated Schemas

This commit is contained in:
github-actions[bot] 2022-09-17 15:57:01 +00:00
parent 2904af39d1
commit 1ce208c778

View File

@ -1049,6 +1049,10 @@
"format": "float", "format": "float",
"default": 1.0 "default": 1.0
}, },
"stretch": {
"description": "Scale each axis of the prop. Overrides `scale`.",
"$ref": "#/definitions/MVector3"
},
"quantumGroupID": { "quantumGroupID": {
"type": "string", "type": "string",
"description": "If this value is not null, this prop will be quantum. Assign this field to the id of the quantum group it should be a part of. The group it is assigned to determines what kind of quantum object it is" "description": "If this value is not null, this prop will be quantum. Assign this field to the id of the quantum group it should be a part of. The group it is assigned to determines what kind of quantum object it is"