public void GetNormals (NativeArray<Vector3> outNormals);

Parámetros

outNormalsThe destination vertex normals array.

Descripción

Populates an array with the vertex normals from the MeshData.

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