BulletCSharp.btSparseSdf3.RemoveReferences C# (CSharp) Method

RemoveReferences() public method

public RemoveReferences ( SWIGTYPE_p_btCollisionShape pcs ) : int
pcs SWIGTYPE_p_btCollisionShape
return int
        public int RemoveReferences(SWIGTYPE_p_btCollisionShape pcs)
        {
            int ret = BulletSoftBodyPINVOKE.btSparseSdf3_RemoveReferences(swigCPtr, SWIGTYPE_p_btCollisionShape.getCPtr(pcs));
            return ret;
        }