GetSubMesh(int)
Gets data about a given sub-mesh in the MeshData.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public SubMeshDescriptor GetSubMesh(int index)
Parameters
The index of the sub-mesh. See subMeshCount. If you specify an out of range index, Unity throws an exception.
Returns
Type | Description |
|---|---|
| SubMeshDescriptor | Returns sub-mesh data. |
Remarks
Additional Resources: Mesh.GetSubMesh, subMeshCount, SubMeshDescriptor, Mesh.AcquireReadOnlyMeshData.