BulletCSharp.btPolyhedralConvexShape.initializePolyhedralFeatures C# (CSharp) Method

initializePolyhedralFeatures() public method

public initializePolyhedralFeatures ( ) : bool
return bool
        public virtual bool initializePolyhedralFeatures()
        {
            bool ret = BulletCollisionPINVOKE.btPolyhedralConvexShape_initializePolyhedralFeatures__SWIG_1(swigCPtr);
            return ret;
        }

Same methods

btPolyhedralConvexShape::initializePolyhedralFeatures ( int shiftVerticesByMargin ) : bool