版本:Unity 6 (6000.0)
语言英语
  • C#

JobsUtility.CreateJobReflectionData

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。尽管我们不能接受所有提交,但我们确实会阅读用户提出的每项建议更改并酌情进行更新。

关闭

提交失败

由于某种原因,无法提交您的建议更改。请在几分钟后<a>重试</a>。感谢您抽出宝贵时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

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

声明

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

返回值

IntPtr 返回指向内部 JobReflectionData 的指针。

描述

创建作业反映数据。