Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BatchRendererGroup.OnFinishedCulling

Declaration

public delegate void OnFinishedCulling(IntPtr customCullingResult);

Parameters

customCullingResult An optional pointer to custom culling result data that you can pass through BatchCullingOutput.

Description

Finished culling callback function.

For more information, see BatchRendererGroup.