Class NativeArrayExtensions

Public

Helpers for scheduling simple NativeArray jobs.

Public Static Methods

BitwiseAndWith (self, other)

this[i] &= other[i]

CopyToJob<T> (from, to)

to[i] = from[i]

MemSet<T> (self, value)

this[i] = value

Rotate3D<T> (arr, size, dx, dz)
WithLength<T> (action, length)
WithSlice<T> (action, slice)