Version: 2021.2
언어: 한국어

NativeSetThreadIndexAttribute

class in Unity.Collections.LowLevel.Unsafe

매뉴얼로 전환

설명

This attribute can inject a worker thread index into an int on the job struct. 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.