Struct JobsUtility.JobScheduleParameters
Assembly: UnityEngine.dll
Syntax
public struct JobScheduleParameters
Constructors
|
Improve this Doc
View Source
JobScheduleParameters(Void*, IntPtr, JobHandle, ScheduleMode)
Declaration
public JobScheduleParameters(void *i_jobData, IntPtr i_reflectionData, JobHandle i_dependency, ScheduleMode i_scheduleMode)
Parameters
Fields
|
Improve this Doc
View Source
Dependency
Declaration
public JobHandle Dependency
Field Value
|
Improve this Doc
View Source
JobDataPtr
Declaration
Field Value
|
Improve this Doc
View Source
ReflectionData
Declaration
public IntPtr ReflectionData
Field Value
|
Improve this Doc
View Source
ScheduleMode
Declaration
Field Value
Extension Methods