Version: 2023.2
言語: 日本語
public static string GetReaderName (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle, int readerIndex);

パラメーター

handle Safety handle.
readerIndex Index 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.