Version: 2021.3

BatchRendererGroup.SetBatchPropertyMetadata

切换到手册
public void SetBatchPropertyMetadata (int batchIndex, NativeArray<int> cbufferLengths, NativeArray<int> cbufferMetadata);

参数

batchIndex 批次索引。
cbufferLengths One int for each DOTS instancing metadata constant buffer that describes how many metadata ints are in each of them.
cbufferMetadata Metadata ints for all DOTS instancing metadata constant buffers, laid out one after another. cbufferLengths describes which ints belong to which constant buffer.

描述

Sets all Hybrid Renderer DOTS instancing metadata for this batch, and marks it as a Hybrid Renderer V2 batch.

This is an experimental API for use by the Hybrid Renderer package. It is not intended for any other purpose.