Updated Schemas

This commit is contained in:
Ben C 2025-04-19 04:10:42 +00:00
parent 781bb64e85
commit 33f468a50a

View File

@ -6355,11 +6355,13 @@
},
"stoppingDistance": {
"type": "number",
"description": "The distance from the outside of the volume that the limiter slows you down to max speed at.",
"format": "float",
"default": 100.0
},
"maxEntryAngle": {
"type": "number",
"description": "The maximum angle (in degrees) between the direction the incoming object is moving relative to the volume's center and the line from the object toward the center of the volume, within which the speed limiter will activate.",
"format": "float",
"default": 60.0
}