Click or drag to resize

MeshSimplifierGetAllSubMeshTriangles Method

Returns the triangle indices for all sub-meshes.

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int[][] GetAllSubMeshTriangles()

Return Value

Int32
The triangle indices for all sub-meshes.
See Also