BulletCSharp.BulletDynamicsPINVOKE.btDiscreteDynamicsWorld_setApplySpeculativeContactRestitution C# (CSharp) Method

btDiscreteDynamicsWorld_setApplySpeculativeContactRestitution() private method

private btDiscreteDynamicsWorld_setApplySpeculativeContactRestitution ( HandleRef jarg1, bool jarg2 ) : void
jarg1 System.Runtime.InteropServices.HandleRef
jarg2 bool
return void
        public static extern void btDiscreteDynamicsWorld_setApplySpeculativeContactRestitution(HandleRef jarg1, bool jarg2);
BulletDynamicsPINVOKE