MeshBaker
Public Member Functions | Static Public Member Functions | List of all members
MUtil_UVImage Class Reference

Public Member Functions

delegate void FileSaveFunction (string pth, byte[] bytes)
 

Static Public Member Functions

static void createFromMesh (Mesh m, int submeshIdx, int width, int height, string path, FileSaveFunction fileSaveFunction, UVType uvType=UVType.uv)
 
static bool plot (Texture2D t, int x, int y)
 
static void drawline (Texture2D t, int x0, int y0, int x1, int y1)
 

Member Function Documentation

§ createFromMesh()

static void MUtil_UVImage.createFromMesh ( Mesh  m,
int  submeshIdx,
int  width,
int  height,
string  path,
FileSaveFunction  fileSaveFunction,
UVType  uvType = UVType.uv 
)
static

§ drawline()

static void MUtil_UVImage.drawline ( Texture2D  t,
int  x0,
int  y0,
int  x1,
int  y1 
)
static

§ FileSaveFunction()

delegate void MUtil_UVImage.FileSaveFunction ( string  pth,
byte []  bytes 
)

§ plot()

static bool MUtil_UVImage.plot ( Texture2D  t,
int  x,
int  y 
)
static

The documentation for this class was generated from the following file: