Updated Schemas

This commit is contained in:
Ben C 2023-02-03 21:00:37 +00:00
parent 7ca84069df
commit a4b421ea67

View File

@ -1094,6 +1094,14 @@
"hasPhysics": { "hasPhysics": {
"type": "boolean", "type": "boolean",
"description": "Should this object dynamically move around" "description": "Should this object dynamically move around"
},
"physicsRadius": {
"type": [
"null",
"number"
],
"description": "Optionally create a SphereCollider of the given radius that physics will use for collision",
"format": "float"
} }
} }
}, },