AtomicSafetyHandle.GetWriter
public static Unity.Jobs.JobHandle GetWriter(Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);
Parameters
| handle | Safety handle. |
Returns
JobHandle The job handle of the writer.
Description 描述
Return the writer (if any) on an atomic safety handle.