Int32BufferAttribute constructor

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

Implementation

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