Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseReturns the number of vertex attributes that the mesh has. (Read Only)
This property returns the number of active vertex attributes (see VertexAttributeDescriptor). Together with
GetVertexAttribute it can be used to query information about vertex attributes that are present in the mesh,
without needing any managed allocations.
See Also: GetVertexAttribute, GetVertexAttributes, VertexAttributeDescriptor.