C# Class UnityEditorInternal.ProfilerChart

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
m_Area ProfilerArea
m_Chart Chart
m_Data ChartData
m_DataScale float
m_Icon UnityEngine.GUIContent
m_Series UnityEditorInternal.ChartSeries[]
m_Type Chart.ChartType

Public Methods

Method Description
DoChartGUI ( int currentFrame, ProfilerArea currentArea, Chart &action ) : int
LoadAndBindSettings ( ) : void
ProfilerChart ( ProfilerArea area, Chart type, float dataScale, int seriesCount ) : System

Private Methods

Method Description
ApplyActiveState ( ) : void
GetLocalizedChartName ( ) : string
ReadActiveState ( ) : bool
SaveActiveState ( ) : void

Method Details

DoChartGUI() public method

public DoChartGUI ( int currentFrame, ProfilerArea currentArea, Chart &action ) : int
currentFrame int
currentArea ProfilerArea
action Chart
return int

LoadAndBindSettings() public method

public LoadAndBindSettings ( ) : void
return void

ProfilerChart() public method

public ProfilerChart ( ProfilerArea area, Chart type, float dataScale, int seriesCount ) : System
area ProfilerArea
type Chart
dataScale float
seriesCount int
return System

Property Details

m_Area public_oe property

public ProfilerArea m_Area
return ProfilerArea

m_Chart public_oe property

public Chart,UnityEditorInternal m_Chart
return Chart

m_Data public_oe property

public ChartData,UnityEditorInternal m_Data
return ChartData

m_DataScale public_oe property

public float m_DataScale
return float

m_Icon public_oe property

public GUIContent,UnityEngine m_Icon
return UnityEngine.GUIContent

m_Series public_oe property

public ChartSeries[],UnityEditorInternal m_Series
return UnityEditorInternal.ChartSeries[]

m_Type public_oe property

public Chart.ChartType m_Type
return Chart.ChartType