Uint16BufferAttribute constructor

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

Implementation

Uint16BufferAttribute(super.array, super.itemSize,[super.normalized = false]){
  type = "Uint16BufferAttribute";
}