Version: 2023.2
public static void SetStaticSafetyId (ref Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle, int staticSafetyId);

参数

handle The AtomicSafetyHandle to modify.
staticSafetyId The static safety ID to associate with the provided handle. This ID must have been allocated with NewStaticSafetyId.

描述

Assigns the provided static safety ID to an AtomicSafetyHandle. The ID's owner type name and any custom error messages are used by the job debugger when reporting errors involving the target handle.

Additional resources: AtomicSafetyHandle.NewStaticSafetyId.