BulletCSharp.btConvexTriangleMeshShape.getMeshInterface C# (CSharp) Method

getMeshInterface() public method

public getMeshInterface ( ) : SWIGTYPE_p_btStridingMeshInterface
return SWIGTYPE_p_btStridingMeshInterface
        public SWIGTYPE_p_btStridingMeshInterface getMeshInterface()
        {
            IntPtr cPtr = BulletCollisionPINVOKE.btConvexTriangleMeshShape_getMeshInterface__SWIG_0(swigCPtr);
            SWIGTYPE_p_btStridingMeshInterface ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_btStridingMeshInterface(cPtr, false);
            return ret;
        }