GetReaderName(AtomicSafetyHandle, int)
Gets the name of a specified job that reads from an AtomicSafetyHandle.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public static string GetReaderName(AtomicSafetyHandle handle, int readerIndex)
Parameters
Returns
Type | Description |
|---|---|
| string | The debug name of the reader. |
Remarks
This is a debugging method used to produce better error messages and is not intended to be called from user code.