Version: 2022.1
언어: 한국어
public Rendering.BatchID AddBatch (NativeArray<MetadataValue> batchMetadata, GraphicsBufferHandle buffer);

파라미터

batchMetadata The metadata properties for this batch.
buffer The GraphicsBufferHandle of the GraphicsBuffer associated with this batch.

반환

BatchID ID of the created batch.

설명

Create a draw command batch that shares a single set of metadata values and a single GraphicsBuffer.