cpShape.data

User definable data pointer. Generally this points to your the game object class so you can access it when given a cpShape reference in a callback.

struct cpShape
cpDataPointer data;

Meta