I use PhysicsShape and I want get access to data associated with shape when collision callback is called. So my question is: What sort of mechanizm should i use to attach my custom data to PhysicsShape to be able to use them when collision callback is called? In cpShape we can use “cpDataPointer data;” for this but what is analog of it in PhysicsShape?