Click or drag to resize

MeshFaceListToIntArray Method

Overload List
  NameDescription
Public methodToIntArray(Boolean)
Copies all of the face indices to a linear array of indices per face. Note that this includes indices from invalid faces too.
Public methodToIntArray(Boolean, ListInt32)
Copies all of the faces to a linear array of indices. Clean-up of vertex indices if replacedIndices is a valid List<int> ///
Top
See Also