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.