Version: 2021.3
言語: 日本語

BatchCullingContext

struct in UnityEngine.Rendering

マニュアルに切り替える

説明

Culling context for a batch.

Specifies the data required to perform culling. See Also: OnPerformCulling.

変数

batchVisibilityVisibility information for the batch.
cullingMatrixCulling matrix.
cullingPlanesPlanes to cull against.
lodParametersSee Also: LODParameters.
nearPlaneThe near frustum plane for this culling context.
visibleIndicesArray of visible indices for all the batches in the group.
visibleIndicesYArray of uints containing extra data for the visible indices for all the batches in the group. Elements in this array correspond to elements in BatchCullingContext.visibleIndices.