BatchVisibility

struct in UnityEngine.Rendering

Switch to Manual

Description

Describes the visibility for a batch.

Variables

instancesCountInput property specifying the total number of instances in the batch. (readonly).
offsetInput property specifying the offset into the BatchCullingContext.visibleIndices where the batch's visibile indices start. (readonly).
visibleCountOutput property that has to be set to the number of visible instances in the batch after culling.