texcoordsCount property

int get texcoordsCount

Implementation

int get texcoordsCount => vertexCount > 0 ? vertexCount * 2 : 0;