GetWriterName(AtomicSafetyHandle)
Gets the debug name of the current writer on an AtomicSafetyHandle.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public static string GetWriterName(AtomicSafetyHandle handle)
Parameters
The AtomicSafetyHandle to check.
Returns
Type | Description |
|---|---|
| string | The name of the writer, if there is any. |