animVerticesCount property

int get animVerticesCount

Implementation

int get animVerticesCount => vertexCount > 0 ? vertexCount * 3 : 0;