Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


subMeshIndex

Sub-Mesh index of the Mesh.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int subMeshIndex { get; set; }

Remarks

This property holds the index to a submesh inside a Mesh object that is to be combined. The property is an integer value of 0 by default.