Int8BufferAttribute constructor

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

Implementation

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