Version: 2020.1
언어: 한국어

BatchRendererGroup.SetBatchPropertyMetadata

매뉴얼로 전환
public void SetBatchPropertyMetadata (int batchIndex, NativeArray<int> cbufferLengths, NativeArray<int> cbufferMetadata);

파라미터

batchIndex Batch index.
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.