boneIdsCount property

int get boneIdsCount

Implementation

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