C# Class UnityEditorInternal.ProfilerChart

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Private Methods

Méthode Description
ApplyActiveState ( ) : void
GetLocalizedChartName ( ) : string
ReadActiveState ( ) : bool
SaveActiveState ( ) : void

Method Details

DoChartGUI() public méthode

public DoChartGUI ( int currentFrame, ProfilerArea currentArea, Chart &action ) : int
currentFrame int
currentArea ProfilerArea
action Chart
Résultat int

LoadAndBindSettings() public méthode

public LoadAndBindSettings ( ) : void
Résultat void

ProfilerChart() public méthode

public ProfilerChart ( ProfilerArea area, Chart type, float dataScale, int seriesCount ) : System
area ProfilerArea
type Chart
dataScale float
seriesCount int
Résultat System

Property Details

m_Area public_oe property

public ProfilerArea m_Area
Résultat ProfilerArea

m_Chart public_oe property

public Chart,UnityEditorInternal m_Chart
Résultat Chart

m_Data public_oe property

public ChartData,UnityEditorInternal m_Data
Résultat ChartData

m_DataScale public_oe property

public float m_DataScale
Résultat float

m_Icon public_oe property

public GUIContent,UnityEngine m_Icon
Résultat UnityEngine.GUIContent

m_Series public_oe property

public ChartSeries[],UnityEditorInternal m_Series
Résultat UnityEditorInternal.ChartSeries[]

m_Type public_oe property

public Chart.ChartType m_Type
Résultat Chart.ChartType