Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BatchCullingOutput

Contains the output data where OnPerformCulling will write draw commands into.
Read time 1 minuteLast updated 6 days ago

Definition

public struct BatchCullingOutput

Fields

Value

Description

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