Method BuildDetailedStatsList
BuildDetailedStatsList(string, List<TProfileId>)
Helper function to build a list of sampler widgets for display stats
Declaration
protected DebugUI.Widget BuildDetailedStatsList(string title, List<TProfileId> samplers)
Parameters
Type | Name | Description |
---|---|---|
string | title | Title for the stats list foldout |
List<TProfileId> | samplers | List of samplers to display |
Returns
Type | Description |
---|---|
DebugUI.Widget | Foldout containing the list of sampler widgets |