Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.

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