Version: 2021.1
public void SetStateFilter (Unity.IO.LowLevel.Unsafe.ProcessingState _state);
public void SetStateFilter (ProcessingState[] _states);

参数

_state ProcessingState to filter by. Summary will include reads that have this state only.
_states Array of ProcessingStates to filter by. Summary will include reads that have any of these states.

描述

Set ProcessingState filters on an existing SummaryMetricsFilters instance.

This function replaces existing ProcessingState filters on this SummaryMetricsFilters instance. Other filter settings remain unchanged.