public override float GetContactBreakingThreshold(BulletShape shape, float defaultFactor) { BulletShapeUnman shapeu = shape as BulletShapeUnman; return BSAPICPP.GetContactBreakingThreshold2(shapeu.ptr, defaultFactor); }