Int16BufferAttribute constructor

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

Implementation

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