Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetIndexCount(int)

Gets the index count of the given /sub-mesh/.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public uint GetIndexCount(int submesh)

Parameters

submesh

Returns

Type

Description

uint

Remarks

Additional Resources: Mesh.SetIndices, Mesh.GetIndexStart.