mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
cf2f45b6a7
commit
a2f6787e70
@ -1093,15 +1093,19 @@
|
|||||||
},
|
},
|
||||||
"hasPhysics": {
|
"hasPhysics": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Should this object dynamically move around"
|
"description": "Should this object dynamically move around?"
|
||||||
|
},
|
||||||
|
"physicsMass": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "The mass of the physics object.",
|
||||||
|
"format": "float",
|
||||||
|
"default": 1.0
|
||||||
},
|
},
|
||||||
"physicsRadius": {
|
"physicsRadius": {
|
||||||
"type": [
|
"type": "number",
|
||||||
"null",
|
"description": "The radius that the added sphere collider will use for physics collision.",
|
||||||
"number"
|
"format": "float",
|
||||||
],
|
"default": 0.5
|
||||||
"description": "Optionally create a SphereCollider of the given radius that physics will use for collision",
|
|
||||||
"format": "float"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user