setItemSize method

GLBufferAttribute setItemSize(
  1. int itemSize
)

Sets the itemSize property.

Implementation

GLBufferAttribute setItemSize(int itemSize) {
  this.itemSize = itemSize;

  return this;
}