ChipmunkBoxShape
Chipmunk box collision shape type.
Variables
center | Center of the box relative to it's transform. |
size | Dimensions of the box relative to it's transform. |
radius | Beveling radius of a box shape 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. |