跳转到内容

MAX_POLYGON_VERTICES

此内容尚不支持你的语言。

const MAX_POLYGON_VERTICES: 8 = 8

Defined in: physics/polygonHull2D.ts:27

The most vertices Box2D stores in ONE polygon (B2_MAX_POLYGON_VERTICES). It caps a convex piece, not what an author may draw: a ring past it is divided into pieces that each fit.