A* Pathfinding Project  4.0.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 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
 
MeshFilter original
 Source of the mesh.
 
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: