Example #1
0
        internal static AddMeshError AddUvMesh(Atlas Atlas, UvMeshDecl Decl)
        {
            AddMeshError ret = (AddMeshError)XAtlasPINVOKE.AddUvMesh(Atlas.getCPtr(Atlas), UvMeshDecl.getCPtr(Decl));

            if (XAtlasPINVOKE.SWIGPendingException.Pending)
            {
                throw XAtlasPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }