animNormalsCount property

int get animNormalsCount

Implementation

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