Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


m_ThreadIndex

Returns the index of the current thread.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public int m_ThreadIndex { get; }

Remarks

In a job, each thread gets its own copy of the ParallelWriter struct, and the job system assigns each copy the index of its thread.