C# 클래스 UnityEditorInternal.ProfilerChart

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_Area ProfilerArea
m_Chart Chart
m_Data ChartData
m_DataScale float
m_Icon UnityEngine.GUIContent
m_Series UnityEditorInternal.ChartSeries[]
m_Type Chart.ChartType

공개 메소드들

메소드 설명
DoChartGUI ( int currentFrame, ProfilerArea currentArea, Chart &action ) : int
LoadAndBindSettings ( ) : void
ProfilerChart ( ProfilerArea area, Chart type, float dataScale, int seriesCount ) : System

비공개 메소드들

메소드 설명
ApplyActiveState ( ) : void
GetLocalizedChartName ( ) : string
ReadActiveState ( ) : bool
SaveActiveState ( ) : void

메소드 상세

DoChartGUI() 공개 메소드

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

LoadAndBindSettings() 공개 메소드

public LoadAndBindSettings ( ) : void
리턴 void

ProfilerChart() 공개 메소드

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

프로퍼티 상세

m_Area 공개적으로 프로퍼티

public ProfilerArea m_Area
리턴 ProfilerArea

m_Chart 공개적으로 프로퍼티

public Chart,UnityEditorInternal m_Chart
리턴 Chart

m_Data 공개적으로 프로퍼티

public ChartData,UnityEditorInternal m_Data
리턴 ChartData

m_DataScale 공개적으로 프로퍼티

public float m_DataScale
리턴 float

m_Icon 공개적으로 프로퍼티

public GUIContent,UnityEngine m_Icon
리턴 UnityEngine.GUIContent

m_Series 공개적으로 프로퍼티

public ChartSeries[],UnityEditorInternal m_Series
리턴 UnityEditorInternal.ChartSeries[]

m_Type 공개적으로 프로퍼티

public Chart.ChartType m_Type
리턴 Chart.ChartType