C# 클래스 WMG_Graph_Auto_Anim, WikipediaVisualization

상속: MonoBehaviour
파일 보기 프로젝트 열기: baocin/WikipediaVisualization 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
theGraph WMG_Axis_Graph

공개 메소드들

메소드 설명
addSeriesForAutoAnim ( WMG_Series, aSeries ) : void
subscribeToEvents ( bool val ) : void

비공개 메소드들

메소드 설명
SeriesDataChangedMethod ( WMG_Series, aSeries ) : void
animateLinkCallback ( WMG_Series, aSeries, GameObject, aGO, bool isLast ) : void
animateLinkCallbackEnd ( WMG_Series, aSeries, bool isLast ) : void

메소드 상세

addSeriesForAutoAnim() 공개 메소드

public addSeriesForAutoAnim ( WMG_Series, aSeries ) : void
aSeries WMG_Series,
리턴 void

subscribeToEvents() 공개 메소드

public subscribeToEvents ( bool val ) : void
val bool
리턴 void

프로퍼티 상세

theGraph 공개적으로 프로퍼티

public WMG_Axis_Graph theGraph
리턴 WMG_Axis_Graph