Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyFrameDataView.ViewModes

The ViewModes enum defines data aggregation rules.
Read time 1 minuteLast updated 11 days ago

Definition

[Flags]public enum HierarchyFrameDataView.ViewModes

Fields

Value

Description

DefaultSets the View mode to raw hierarchy which represents each sample by an individual item.
HideEditorOnlySamplesSkips sub-hierarchies that represent Editor-only code paths.
InvertHierarchyAggregates samples with the same name and displays them in an inverted hierarchy. The children of each item are the samples that contain it.
MergeSamplesWithTheSameNameMerges and aggregates samples with the same name into a single hierarchy item.