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.