Updated Schemas

This commit is contained in:
Ben C 2025-04-19 23:19:43 +00:00
parent 6ee8f16cc4
commit 29f4fa0df9

View File

@ -5661,7 +5661,7 @@
"boolean", "boolean",
"null" "null"
], ],
"description": "Whether to explicitly use a shape instead of a collider. Shapes do not support collision and are less performant, but support a wider set of shapes and are required by some components. Omit this unless you explicitly want to use a sphere, box, or capsule shape instead of a collider." "description": "Whether to explicitly use a shape instead of a collider. Shapes do not support collision and are less performant, but support a wider set of shapes and are required by some components. \nDefaults to using a shape, unless hasCollision is true where it defaults to using a collider."
} }
} }
}, },