MeshExtensions.RecalculateUV

Extension Method in MeshExtensions

Declaration

public static void RecalculateUV(this Mesh mesh)

Description

Calculates and assigns the UV coordinates of the mesh using its verticies.

Parameters

meshThe mesh to calculate and assign the UV coordinates to.