MeshBaker
Public Member Functions | Public Attributes | List of all members
PrintMeshProperties Class Reference

Inherits MonoBehaviour.

Public Member Functions

void printVerts ()
 
void printUVs ()
 
void printUV1s ()
 
void printUV2s ()
 
void printNormals ()
 
void printColors ()
 
void printTangents ()
 
void printTriangles ()
 
void dumpUVImage ()
 

Public Attributes

Mesh target
 
bool showNormals
 
bool showFaceNormals
 
float normalSize =1f
 

Member Function Documentation

§ dumpUVImage()

void PrintMeshProperties.dumpUVImage ( )

§ printColors()

void PrintMeshProperties.printColors ( )

§ printNormals()

void PrintMeshProperties.printNormals ( )

§ printTangents()

void PrintMeshProperties.printTangents ( )

§ printTriangles()

void PrintMeshProperties.printTriangles ( )

§ printUV1s()

void PrintMeshProperties.printUV1s ( )

§ printUV2s()

void PrintMeshProperties.printUV2s ( )

§ printUVs()

void PrintMeshProperties.printUVs ( )

§ printVerts()

void PrintMeshProperties.printVerts ( )

Member Data Documentation

§ normalSize

float PrintMeshProperties.normalSize =1f

§ showFaceNormals

bool PrintMeshProperties.showFaceNormals

§ showNormals

bool PrintMeshProperties.showNormals

§ target

Mesh PrintMeshProperties.target

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