Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeSetThreadIndexAttribute

Inject a worker thread index into an int on the job struct.
Read time 3 minutesLast updated 11 days ago

Definition

[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

Inheritance

Inherited Members