Version: 2022.3
言語: 日本語
public static int ThreadIndexCount ;

説明

Returns the maximum number of job workers that can work on a job at the same time.

The job system creates a number of job worker threads no greater than the number of logical CPU cores for the platform. However, because arbitrary threads can execute jobs via work stealing, the job system allocates extra workers which act as temporary job worker threads. JobsUtility.ThreadIndexCount represents the maximum number of job worker threads plus the temporary workers that the job system ever uses. As such, this value is useful for allocating buffers which should be subdivided evenly between job workers because JobsUtility.ThreadIndex and Unity.Collections.LowLevel.Unsafe.NativeSetThreadIndex never return a value greater than JobsUtility.ThreadIndexCount.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961