Uint8BufferAttribute constructor

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

Implementation

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