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