Updated Schemas

This commit is contained in:
Ben C 2023-03-26 02:45:12 +00:00
parent 52e1971568
commit d63b3fed25

View File

@ -4256,6 +4256,13 @@
"type": "object",
"additionalProperties": false,
"properties": {
"curve": {
"type": "array",
"description": "Scale this object over time",
"items": {
"$ref": "#/definitions/TimeValuePair"
}
},
"rotationOverride": {
"description": "Manually sets the local rotation",
"$ref": "#/definitions/MVector3"