Mesh.MeshData.GetTangents

Switch to Manual

Declaration

public void GetTangents(NativeArray<Vector4> outTangents);

Parameters

outTangents The 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. Additional resources: Mesh.GetTangents, HasVertexAttribute, Mesh.AcquireReadOnlyMeshData.


Did you find this page useful? Please give it a rating: