Version: 2021.2
언어: 한국어
public ReadOnlyCollection<int> rawSampleIndices ;

설명

A sample selected in Hierarchy view might correspond to multiple samples in RawFrameDataView. This is a list of all of these sample indices.

Note: When HierarchyFrameDataView uses HierarchyFrameDataView.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. When working with HierarchyFrameDataView, use HierarchyFrameDataView.GetItemRawFrameDataViewIndices to get the sample indices in a format that works with ProfilerTimeSampleSelection and use HierarchyFrameDataView.ItemContainsRawFrameDataViewIndex to check if a selected sample index corresponds to a HierarchyFrameDataView item..

See Also: rawSampleIndex, RawFrameDataView, HierarchyFrameDataView.GetItemRawFrameDataViewIndices and HierarchyFrameDataView.ItemContainsRawFrameDataViewIndex.