|
@@ -211,6 +211,8 @@ JPC_API void JPC_Shape_SetUserData(JPC_Shape* self, uint64_t userData);
|
|
|
JPC_API JPC_ShapeType JPC_Shape_GetType(const JPC_Shape* self);
|
|
|
JPC_API JPC_ShapeSubType JPC_Shape_GetSubType(const JPC_Shape* self);
|
|
|
|
|
|
+JPC_API uint64_t JPC_Shape_GetSubShapeUserData(const JPC_Shape* self, JPC_SubShapeID inSubShapeID);
|
|
|
+
|
|
|
JPC_API JPC_Vec3 JPC_Shape_GetCenterOfMass(const JPC_Shape* self);
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|