public static string GetReaderName (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle, int readerIndex);

파라미터

handleSafety handle.
readerIndexIndex of the reader.

반환

string The debug name of the reader.

설명

Return the name of the specified reading job.

This is a debugging method used to produce better error messages and is not intended to be called from user code.