BASE_texcoordsCount static method

int BASE_texcoordsCount(
  1. int elementCount
)

Implementation

static int BASE_texcoordsCount(int elementCount) => elementCount > 0 ? elementCount * 2 : 0;