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", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"curve": {
"type": "array",
"description": "Scale this object over time",
"items": {
"$ref": "#/definitions/TimeValuePair"
}
},
"rotationOverride": { "rotationOverride": {
"description": "Manually sets the local rotation", "description": "Manually sets the local rotation",
"$ref": "#/definitions/MVector3" "$ref": "#/definitions/MVector3"