Property | Type | Description | |
---|---|---|---|
m_Area | ProfilerArea | ||
m_Chart | |||
m_Data | |||
m_DataScale | float | ||
m_Icon | |||
m_Series | UnityEditorInternal.ChartSeries[] | ||
m_Type | Chart.ChartType |
Method | Description | |
---|---|---|
DoChartGUI ( int currentFrame, ProfilerArea currentArea, |
||
LoadAndBindSettings ( ) : void | ||
ProfilerChart ( ProfilerArea area, |
Method | Description | |
---|---|---|
ApplyActiveState ( ) : void | ||
GetLocalizedChartName ( ) : string | ||
ReadActiveState ( ) : bool | ||
SaveActiveState ( ) : void |
public DoChartGUI ( int currentFrame, ProfilerArea currentArea, |
||
currentFrame | int | |
currentArea | ProfilerArea | |
action | ||
return | int |
public ProfilerChart ( ProfilerArea area, |
||
area | ProfilerArea | |
type | ||
dataScale | float | |
seriesCount | int | |
return | System |
public ChartSeries[],UnityEditorInternal m_Series | ||
return | UnityEditorInternal.ChartSeries[] |