public override void SetForceUpdateAllAabbs(BulletWorld world, bool force) { BulletWorldUnman worldu = world as BulletWorldUnman; BSAPICPP.SetForceUpdateAllAabbs2(worldu.ptr, force); }