pub unsafe extern "C" fn PxCustomGeometryCallbacks_getCustomType(
    self_: *const PxCustomGeometryCallbacks
) -> PxCustomGeometryType
Expand description

Return custom type. The type purpose is for user to differentiate custom geometries. Not used by PhysX.

Unique ID of a custom geometry type.

User should use DECLARE_CUSTOM_GEOMETRY_TYPE and IMPLEMENT_CUSTOM_GEOMETRY_TYPE intead of overwriting this function.