This version of Unity is unsupported.

BatchVisibility

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

Describes the visibility for a batch.

Properties

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.