public void GetTangents (NativeArray<Vector4> outTangents);

Parameters

outTangentsThe destination vertex tangents array.

Description

Populates an array with the vertex tangents from the MeshData.

The destination array must have at least vertexCount elements. The tangent at each index corresponds to the vertex with the same index. Vertex tangent data will be converted into Vector4 format if needed. See Also: Mesh.GetTangents, HasVertexAttribute, Mesh.AcquireReadOnlyMeshData.