Version: 2020.2
언어: 한국어

JobScheduleParameters

struct in Unity.Jobs.LowLevel.Unsafe

매뉴얼로 전환

설명

Struct containing job parameters for scheduling.

변수

DependencyA JobHandle to any dependency this job would have.
JobDataPtrPointer to the job data.
ReflectionDataPointer to the reflection data.
ScheduleMode ScheduleMode option.

생성자

JobsUtility.JobScheduleParametersConstructor.