InstancedBufferAttribute constructor
InstancedBufferAttribute(
- NativeArray<
num> array, - int itemSize, [
- bool normalized = false,
- int meshPerAttribute = 1,
InstancedBufferAttribute (array
, itemSize
, normalized
, meshPerAttribute
)
Implementation
InstancedBufferAttribute(super.array, super.itemSize, [super.normalized = false, this.meshPerAttribute = 1]){
type = "InstancedBufferAttribute";
}