Version: 2021.3

HierarchyFrameDataView.ItemContainsRawFrameDataViewIndex

切换到手册
public bool ItemContainsRawFrameDataViewIndex (int id, int sampleIndex);

参数

id 层级视图项标识符。
sampleIndex The particular profiler sample index that should be checked if it is represented by this hierarchy item.

返回

bool True if the sample index is represented by this hierarchy item, false if it is not.

描述

Checks if the provided raw sample index matches any of the raw sample indices associated with this Hierarchy item identifier.

When HierarchyFrameDataView uses ViewMode.MergeSamplesWithTheSameName mode, Unity merges multiple samples with the same name at the same hierarchy level together in a single item.

As a result of this behavior, and the hierarchical structure of the samples in HierarchyFrameDataView, the Hierarchy item identifiers that HierarchyFrameDataView uses, do not correspond to the sample indices that RawFrameDataView uses. To get these indices to use with RawFrameDataView, use GetItemRawFrameDataViewIndices.

However, if you only want to confirm that an item in the HierarchyFrameDataView corresponds to a particular sample index you can use ItemContainsRawFrameDataViewIndex to confirm that without the need to retrieve the entire list of sample indices.

Throws:
System.ArgumentException if id is invalid.

See Also: GetItemMergedSamplesCount, GetItemRawFrameDataViewIndices, RawFrameDataView.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961