cpArbiter.data

User definable data pointer. The value will persist for the pair of shapes until the separate() callback is called. NOTE: If you need to clean up this pointer, you should implement the separate() callback to do it.

struct cpArbiter
cpDataPointer data;

Meta