Version: 2021.3
言語: 日本語
public void RemoveBatch (int index);

パラメーター

index Batch index.

説明

Removes a batch from the group. Note: For performance reasons, the removal is done via emplace_back() which will simply replace the removed batch index with the last index in the array and will decrement the size. If you're holding your own array of batch indices, you'll have to either regenerate it or apply the same emplace_back() mechanism as RemoveBatch does.