faces property

List<List<int>> faces
getter/setter pair

Array of integer arrays, indicating which vertices each face consists of

Implementation

late List<List<int>>faces;