Version: 2021.2
언어: 한국어

BatchVisibility

struct in UnityEngine.Rendering

매뉴얼로 전환

설명

Describes the visibility for a batch.

변수

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.