Uint32BufferAttribute constructor

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

Implementation

Uint32BufferAttribute(array, itemSize, [bool normalized = false])
    : super(Uint32List.fromList(array), itemSize, normalized);