Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-21 05:41:22 +00:00
parent 648f9b7068
commit eca292e295

View File

@ -1805,6 +1805,10 @@
"type": "number", "type": "number",
"description": "The radius of the sphere around the planet which you can click on to target it. Defaults to twice the sphere of influence.", "description": "The radius of the sphere around the planet which you can click on to target it. Defaults to twice the sphere of influence.",
"format": "float" "format": "float"
},
"localPosition": {
"description": "Position that the reference frame relative to the object.",
"$ref": "#/definitions/MVector3"
} }
} }
}, },