BatchRendererGroup.SetBatchPropertyMetadata

Cambiar al Manual
public void SetBatchPropertyMetadata (int batchIndex, NativeArray<int> cbufferLengths, NativeArray<int> cbufferMetadata);

Parámetros

batchIndexBatch index.
cbufferLengthsOne int for each DOTS instancing metadata constant buffer that describes how many metadata ints are in each of them.
cbufferMetadataMetadata ints for all DOTS instancing metadata constant buffers, laid out one after another. cbufferLengths describes which ints belong to which constant buffer.

Descripción

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.