Uint16BufferAttribute constructor

Uint16BufferAttribute(
  1. Uint16Array array,
  2. int itemSize, [
  3. bool normalized = false
])

Implementation

Uint16BufferAttribute(Uint16Array array, int itemSize, [bool normalized = false])
    : super(array, itemSize, normalized) {
  type = "Uint16BufferAttribute";
}