BASE_boneIdsCount static method

int BASE_boneIdsCount(
  1. int vertexCount
)

Implementation

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