Function JobDependencyTracker.Persist
Persist<T>
(NativeArray<T> array)
Makes the given array not be disposed when this tracker is disposed.
Public
void Persist<T> (
NativeArray<T> | array |
Makes the given array not be disposed when this tracker is disposed.
This is useful if you want to keep the array around after the tracker has been disposed. The array will still be tracked for the purposes of automatic dependency management.