BulletCSharp.btRigidBody.removeConstraintRef C# (CSharp) Method

removeConstraintRef() public method

public removeConstraintRef ( SWIGTYPE_p_btTypedConstraint c ) : void
c SWIGTYPE_p_btTypedConstraint
return void
        public void removeConstraintRef(SWIGTYPE_p_btTypedConstraint c)
        {
            BulletDynamicsPINVOKE.btRigidBody_removeConstraintRef(swigCPtr, SWIGTYPE_p_btTypedConstraint.getCPtr(c));
        }