Version: 2020.2
언어: 한국어

JobsUtility.JobWorkerMaximumCount

매뉴얼로 전환
public static int JobWorkerMaximumCount ;

설명

Maximum number of worker threads available to the Unity JobQueue (Read Only).

This property determines the maximum value available when setting the JobWorkerCount property. This value is read-only at run-time, but can be set using the command line option -job-worker-count value for the Editor or Standalone or via boot.config key job-worker-count=value for Standalone. The setting is ignored if it is higher than the default value the runtime would choose for the specific platform and hardware.