texcoords2Count property

int get texcoords2Count

Implementation

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