C# 클래스 TimeGraph, UnityTimeGraph

상속: WorkareaGraphBase
파일 보기 프로젝트 열기: kilguril/UnityTimeGraph 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_baselineColor Color
m_dataSets TimeGraphDataSet[],
m_enabled bool
m_horizontalEntries int
m_position Vector2
m_size Vector2
m_verticalRange Vector2

Private Properties

프로퍼티 타입 설명
CalcPointY float
ClampRanges void
CreateMaterial Material,
DrawGraph void
DrawGraphBaseLine void
InvertY float
PushPoint void

공개 메소드들

메소드 설명
AddDataSet ( TimeGraphDataSet, dataSet ) : int
Awake ( ) : void
OnGUI ( ) : void
OnPostRender ( ) : void
PushData ( float value ) : void
PushData ( int set, float value ) : void

비공개 메소드들

메소드 설명
CalcPointY ( float y ) : float
ClampRanges ( ) : void
CreateMaterial ( ) : Material,
DrawGraph ( TimeGraphDataSet, data ) : void
DrawGraphBaseLine ( ) : void
InvertY ( float y ) : float
PushPoint ( float x, float y ) : void

메소드 상세

AddDataSet() 공개 메소드

public AddDataSet ( TimeGraphDataSet, dataSet ) : int
dataSet TimeGraphDataSet,
리턴 int

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnPostRender() 공개 메소드

public OnPostRender ( ) : void
리턴 void

PushData() 공개 메소드

public PushData ( float value ) : void
value float
리턴 void

PushData() 공개 메소드

public PushData ( int set, float value ) : void
set int
value float
리턴 void

프로퍼티 상세

m_baselineColor 공개적으로 프로퍼티

public Color m_baselineColor
리턴 Color

m_dataSets 공개적으로 프로퍼티

public TimeGraphDataSet[], m_dataSets
리턴 TimeGraphDataSet[],

m_enabled 공개적으로 프로퍼티

public bool m_enabled
리턴 bool

m_horizontalEntries 공개적으로 프로퍼티

public int m_horizontalEntries
리턴 int

m_position 공개적으로 프로퍼티

public Vector2 m_position
리턴 Vector2

m_size 공개적으로 프로퍼티

public Vector2 m_size
리턴 Vector2

m_verticalRange 공개적으로 프로퍼티

public Vector2 m_verticalRange
리턴 Vector2