BASE_indicesCount static method

int BASE_indicesCount(
  1. int elementCount
)

Number of components in the indices buffer.

Implementation

static int BASE_indicesCount(int elementCount) => elementCount > 0 ? elementCount * 6 : 0;