Method GetMeshDetailsByMesh
GetMeshDetailsByMesh(Transform, Mesh)
Gets the Mesh
Declaration
public MeshDetails GetMeshDetailsByMesh(Transform transform, Mesh mesh)
Parameters
Type | Name | Description |
---|---|---|
Transform | transform | the transform to search for. |
Mesh | mesh | the mesh to search for. this could be either the Original |
Returns
Type | Description |
---|---|
Mesh | Returns the Mesh |