Uint8BufferAttribute constructor

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

Implementation

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