Version: 2021.1
public void SetPriorityFilter (Unity.IO.LowLevel.Unsafe.Priority _priorityLevel);
public void SetPriorityFilter (Priority[] _priorityLevels);

参数

_priorityLevel Priority level to filter by. Summary will include reads that had this priority level only.
_priorityLevels Array of priority levels to filter by. Summary will include reads that have any of these priority levels.

描述

Set Priority filters on an existing SummaryMetricsFilters instance.

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