Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

AtomicSafetyHandle.GetReaderName

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

Parameters

handleSafety handle.
readerIndexIndex of the reader.

Returns

string The debug name of the reader.

Description

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.

Did you find this page useful? Please give it a rating: