format
typescript
MeshCollider.convexclass: MeshCollider
description
Whether the mesh collider is considered a convex collider.
A convex collider is a type of collider shape that has no indentations or holes on its surface, making collision detection more efficient.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether to use a convex collider |
