This version of Unity is unsupported.

JobsUtility.CreateJobReflectionData

Declaration

public static IntPtr CreateJobReflectionData(Type type, object managedJobFunction0, object managedJobFunction1, object managedJobFunction2);

Declaration

public static IntPtr CreateJobReflectionData(Type wrapperJobType, Type userJobType, object managedJobFunction0);

Returns

IntPtr Returns pointer to internal JobReflectionData.

Description

Creates job reflection data.