Version: 2017.1

Mesh.vertexBufferCount

Switch to Manual
public int vertexBufferCount ;

Description

Get the number of vertex buffers present in the Mesh. (Read Only)

Most Meshes contain only one vertex buffer, but some (such as skinned Meshes on some platforms) might contain more than one. This property is mostly useful together with GetNativeVertexBufferPtr to enable Mesh manipulation from native code plugins.

See Also: Native code plugins, GetNativeVertexBufferPtr.