This version of Unity is unsupported.

Mesh.SetTangents

Switch to Manual

Declaration

public void SetTangents(List<Vector4> inTangents);

Parameters

inTangents Per-vertex tangents.

Description

Set the tangents of the Mesh.

See Also: Mesh.tangents.