Version: 2022.3

JobsUtility.ScheduleParallelForTransformReadOnly

切换到手册
public static Unity.Jobs.JobHandle ScheduleParallelForTransformReadOnly (ref Unity.Jobs.LowLevel.Unsafe.JobsUtility.JobScheduleParameters parameters, IntPtr transfromAccesssArray, int innerloopBatchCount);

返回

JobHandle 返回指向新创建作业的 JobHandle

描述

Schedule an IJobParallelForTransform job with read-only access to the transform data. This method provides better parallelization because it can read all transforms in parallel instead of just parallelizing across transforms in different hierarchies.


Did you find this page useful? Please give it a rating: