Number of components in the indices buffer.
indices
static int BASE_indicesCount(int elementCount) => elementCount > 0 ? elementCount * 6 : 0;