BulletCSharp.btRigidBody.removeConstraintRef C# (CSharp) 메소드

removeConstraintRef() 공개 메소드

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