ChipmunkPolygonShape
Chipmunk convex polygon collision shape type.
Variables
verts | The vertexes of the polygon shape. |
hull | Vertexes of the convex hull of the polygon. |
radius | Beveling radius of a polygon shape relative to its transform. |
Inherited Variables
body | ChipmunkBody that this shape is attached to. |
friction | Friction value of this shape. |
elasticity | Elasticity of this shapes |
isSensor | Indicates if the shape is a sensor. |
collisionType | String identifier that that is used for collision events. |
group | String that identifies the group a collision shape is in. |
layers | A bitmask of which Chipmunk layers a shape is in. |
surfaceVelocity | The velocity of the surface of a shape separate from its rigid body's velocity. |