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

BatchCullingOutput

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Contains the output data where OnPerformCulling will write draw commands into.

Properties

customCullingResultOptional pointer to custom culling result data.
drawCommandsA single-element array of BatchCullingOutputDrawCommands that OnPerformCulling can write into without unnecessary copying.