A* Pathfinding Project  4.3.5
The A* Pathfinding Project for Unity 3D
DisableUninitializedReadCheckAttribute Class Reference

Disable the check that prevents jobs from including uninitialized native arrays open for reading. More...

Detailed Description

Disable the check that prevents jobs from including uninitialized native arrays open for reading.

Sometimes jobs have to include a readable native array that starts out uninitialized. The job might for example write to it and later read from it in the same job.

See also
#JobDependencyHandler.NewNativeArray

The documentation for this class was generated from the following file: