InstancedBufferAttribute constructor

InstancedBufferAttribute(
  1. NativeArray<num> array,
  2. int itemSize, [
  3. bool normalized = false,
  4. int meshPerAttribute = 1,
])

InstancedBufferAttribute (array, itemSize, normalized, meshPerAttribute )

Implementation

InstancedBufferAttribute(super.array, super.itemSize, [super.normalized = false, this.meshPerAttribute = 1]){
  type = "InstancedBufferAttribute";
}