BulletCSharp.BulletDynamicsPINVOKE.btConeTwistConstraint_setMaxMotorImpulse C# (CSharp) Method

btConeTwistConstraint_setMaxMotorImpulse() private method

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