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