Version: 2020.1
언어: 한국어

JobsUtility.ScheduleParallelFor

매뉴얼로 전환
public static Unity.Jobs.JobHandle ScheduleParallelFor (ref Unity.Jobs.LowLevel.Unsafe.JobsUtility.JobScheduleParameters parameters, int arrayLength, int innerloopBatchCount);

반환

JobHandle Returns a JobHandle to the newly created Job.

설명

Schedule a IJobParallelFor job.