Version: 2020.1
言語: 日本語

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.