C# 클래스 Line, DsynBio

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

공개 메소드들

메소드 설명
Line ( int graphWidth, float graphHeight, PanelInfos, panelInfos ) : System.Collections
addPoint ( ) : void

비공개 메소드들

메소드 설명
newPoint ( int x ) : Vector3
newPoint ( int x, float y ) : Vector3

메소드 상세

Line() 공개 메소드

public Line ( int graphWidth, float graphHeight, PanelInfos, panelInfos ) : System.Collections
graphWidth int
graphHeight float
panelInfos PanelInfos,
리턴 System.Collections

addPoint() 공개 메소드

public addPoint ( ) : void
리턴 void