Uint32BufferAttribute constructor

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

Implementation

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