This version of Unity is unsupported.

IMeshModifier.ModifyMesh

Obsolete use IMeshModifier.ModifyMesh (VertexHelper verts) instead.

Declaration

public void ModifyMesh(Mesh mesh);

Description

Call used to modify mesh.

Place any custom mesh processing in this function.