Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Mesh.GetIndexStart

Switch to Manual

Declaration

public uint GetIndexStart(int submesh);

Description

Gets the starting index location within the Mesh's index buffer, for the given sub-mesh.

Additional resources: SetIndices, GetIndexCount.