Version: 2020.1
언어: 한국어
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.