Version: 2020.1
언어: 한국어
public int maximumPortalCullingJobs ;

설명

This parameter controls how many active jobs contribute to occlusion culling.

The value must be in the range of 1 to 16. The default value is 6. The best amount of jobs depends on your scene.

When the culling system performs culling in the scene, it can divide the area on the screen into a grid. Each job handles a cell in the grid.

The higher the job count, the more cells are in the grid and the smaller they are. If you have more jobs with smaller workloads, Unity performs better by culling faster.

**Note:** Each job has some overhead, so adding more jobs does not always increase performance. It takes a little effort to start a [thread](JobSystemMultithreading) and join the results. If your performance is low, try adjusting this value to a lower number.

See Also: ScriptableCullingParameters.cullingJobsLowerLimit, ScriptableCullingParameters.cullingJobsUpperLimit.

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