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);
        }
Example #2
0
 public void AddUvMesh(UvMeshDecl decl) => XAtlas.AddUvMesh(this, decl);
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UvMeshDecl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }