copyArray method

BufferAttribute<NativeArray<num>> copyArray(
  1. TData array
)

Implementation

BufferAttribute copyArray(TData array) {
  this.array = array;
  return this;
}