A* Pathfinding Project  4.1.5
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
ExtraMesh Class Reference

Represents a mesh. More...

Detailed Description

Represents a mesh.

Deprecated:
Use RasterizationMesh instead

Public Member Functions

 ExtraMesh (Vector3[] vertices, int[] triangles, Bounds bounds)
 
 ExtraMesh (Vector3[] vertices, int[] triangles, Bounds bounds, Matrix4x4 matrix)
 
- Public Member Functions inherited from RasterizationMesh
 RasterizationMesh ()
 
 RasterizationMesh (Vector3[] vertices, int[] triangles, Bounds bounds)
 
 RasterizationMesh (Vector3[] vertices, int[] triangles, Bounds bounds, Matrix4x4 matrix)
 
void Pool ()
 Pool the vertices and triangles arrays if the pool field is true.
 
void RecalculateBounds ()
 Recalculate the bounds based on vertices and matrix.
 

Additional Inherited Members

- Public Attributes inherited from RasterizationMesh
int area
 
Bounds bounds
 World bounds of the mesh.
 
Matrix4x4 matrix
 
int numTriangles
 Number of triangles in the triangles array.
 
int numVertices
 Number of vertices in the vertices array.
 
MeshFilter original
 Source of the mesh.
 
bool pool
 If true, the vertex and triangle arrays will be pooled after they have been used.
 
int[] triangles
 
Vector3[] vertices
 

Constructor & Destructor Documentation

ExtraMesh ( Vector3[]  vertices,
int[]  triangles,
Bounds  bounds 
)
ExtraMesh ( Vector3[]  vertices,
int[]  triangles,
Bounds  bounds,
Matrix4x4  matrix 
)

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