MeshCollider¶
class in InfEngine.components.builtin
Inherits from: Collider
Description¶
A collider that uses a mesh shape.
description
Properties¶
| Name | Type | Description |
|---|---|---|
| convex | bool |
Whether the mesh collider uses a convex hull. |
properties
Lifecycle Methods¶
| Method | Description |
|---|---|
on_draw_gizmos_selected() → None |
Draw the collider wireframe when selected in the editor. |
lifecycle_methods
Example¶
example
See Also¶
see_also