Chipmunk line segment collision shape type.
Can be given a radius to make it shaped like a capsule.
center | Center of the segment relative to it's transform. |
endPoint | Location of the first endpoint of the segment shape relative to it's transform. |
radius | Radius of the segment relative to it's transform. |
body | ChipmunkBody that this shape is attached to. |
friction | Friction value of this shape. |
elasticity | Elasticity of this shapes |
isSensor | Is the shape a sensor. |
collisionType | Collision ID string used when defining @ChipmunkCollisionManager@ methods. |
group | String that identifies the group a collision shape is in. |