Constructor MeshResult
MeshResult(int, int[], int[], Mesh)
MeshResult Constructor
Declaration
public MeshResult(int meshIndex, int[] primitiveIndices, int[] materialIndices, Mesh mesh)
Parameters
Type | Name | Description |
---|---|---|
int | meshIndex | Original glTF mesh index |
int[] | primitiveIndices | Original glTF mesh primitive index per sub-mesh |
int[] | materialIndices | glTF material index per sub-mesh |
Mesh | mesh | Converted Unity Mesh |