Function NativeArrayExtensions.CopyToJob
CopyToJob<T>
(this NativeArray<T> from, NativeArray<T> to)
to[i] = from[i]
Public
Static