NativeSetThreadIndexAttribute
Inject a worker thread index into an int on the job struct.
Read time 3 minutesLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Field)]public sealed class NativeSetThreadIndexAttribute : Attribute
Remarks
This is usually used in the implementation of atomic containers. The index is guaranteed to be unique to any other job that might be running in parallel.
Additional Resources: JobsUtility.ThreadIndex