boneWeightsCount property

int get boneWeightsCount

Implementation

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