indicesCount property

int get indicesCount

Implementation

int get indicesCount => triangleCount > 0 ? triangleCount * 3 : 0;