BulletCSharp.btSparseSdf3.BuildCell C# (CSharp) Method

BuildCell() public method

public BuildCell ( SWIGTYPE_p_btSparseSdfT_3_t__Cell c ) : void
c SWIGTYPE_p_btSparseSdfT_3_t__Cell
return void
        public void BuildCell(SWIGTYPE_p_btSparseSdfT_3_t__Cell c)
        {
            BulletSoftBodyPINVOKE.btSparseSdf3_BuildCell(swigCPtr, SWIGTYPE_p_btSparseSdfT_3_t__Cell.getCPtr(c));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }