ChipmunkCircleShape
Chipmunk circle collision shape type.
Variables
center | Center of the circle relative to it's transform. |
radius | Radius of the circle relative to it's transform. |
Inherited Variables
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. |