C# 클래스 TimeGraphDataSet, UnityTimeGraph

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

공개 프로퍼티들

프로퍼티 타입 설명
m_data List
m_displayColor Color

공개 메소드들

메소드 설명
PushData ( float y ) : void
SetMaxEntries ( int maxEntries ) : void
TimeGraphDataSet ( ) : System.Collections
TimeGraphDataSet ( Color color ) : System.Collections

메소드 상세

PushData() 공개 메소드

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

SetMaxEntries() 공개 메소드

public SetMaxEntries ( int maxEntries ) : void
maxEntries int
리턴 void

TimeGraphDataSet() 공개 메소드

public TimeGraphDataSet ( ) : System.Collections
리턴 System.Collections

TimeGraphDataSet() 공개 메소드

public TimeGraphDataSet ( Color color ) : System.Collections
color Color
리턴 System.Collections

프로퍼티 상세

m_data 공개적으로 프로퍼티

public List m_data
리턴 List

m_displayColor 공개적으로 프로퍼티

public Color m_displayColor
리턴 Color