Changelog
Get Started
Example Scenes
Agent Movement
Graph Generation
Deploying
Misc
Groups
Classes
A* Pathfinding Project
5.2.5
5.2.5
Action
Another action
Something else here
Separated link
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)