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

BatchRendererGroup.OnPerformCulling

建议更改

成功!

感谢帮助我们提高 Unity 文档的质量。虽然不能接受所有提交项,但我们仍阅读来自用户的每项建议的更改,并在适用时进行更新。

关闭

提交失败

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

关闭

取消

声明

public delegate Unity.Jobs.JobHandle OnPerformCulling(Rendering.BatchRendererGroup rendererGroup, Rendering.BatchCullingContext cullingContext, Rendering.BatchCullingOutput cullingOutput, IntPtr userContext);

参数

rendererGroup BatchRendererGroup 进行筛选。
cullingContext 提供有关筛选请求的只读信息(例如可见性筛选平面),回调可以使用这些信息来确定可见实例。
cullingOutput 回调应向其写入结果绘制命令的目标。
userContext 指向自定义数据的可选指针,你可以使用它来关联 BatchRendererGroup。

说明

筛选回调函数。

有关更多信息,请参阅BatchRendererGroup