tangentsCount property

int get tangentsCount

Implementation

int get tangentsCount => vertexCount > 0 ? vertexCount * 4 : 0;