triangleCount property
int
get
triangleCount
Number of triangles stored (indexed or not)
Implementation
int get triangleCount => _triangleCount = field_triangleCount.readOr(op, _triangleCount);
set
triangleCount
(int value)
Implementation
set triangleCount(int value) => _triangleCount = field_triangleCount.writeOr(op, value);