Mesh.vertexBufferCount

Cambiar al Manual
public int vertexBufferCount ;

Descripción

Gets 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.