MeshCollider¶
类位于 InfEngine.components.builtin
继承自: Collider
描述¶
网格碰撞体。用真实网格做碰撞——精确但费性能。
description
属性¶
| 名称 | 类型 | 描述 |
|---|---|---|
| convex | bool |
是否使用凸包近似。 |
properties
生命周期方法¶
| 方法 | 描述 |
|---|---|
on_draw_gizmos_selected() → None |
Draw the collider wireframe when selected in the editor. |
lifecycle_methods
示例¶
example
另请参阅¶
see_also