setCount method

GLBufferAttribute setCount(
  1. int count
)

Implementation

GLBufferAttribute setCount(int count) {
  this.count = count;

  return this;
}