public override float GetRestitution(BulletBody obj) { BulletBodyUnman bodyu = obj as BulletBodyUnman; return BSAPICPP.GetRestitution2(bodyu.ptr); }