BASE_boneWeightsCount static method

int BASE_boneWeightsCount(
  1. int vertexCount
)

Implementation

static int BASE_boneWeightsCount(int vertexCount) => vertexCount > 0 ? vertexCount * 4 : 0;