BulletCSharp.BulletDynamicsPINVOKE.btConeTwistConstraint_setDamping C# (CSharp) Method

btConeTwistConstraint_setDamping() private method

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