C# 클래스 Plotter, heap-prof

상속: MonoBehaviour
파일 보기 프로젝트 열기: mono/heap-prof 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
data ArrayList,

공개 메소드들

메소드 설명
Draw ( Graphics g ) : void
FixupData ( ) : void
Plotter ( int xsize, int ysize, TypeTabulator, d, TypeList, tl ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( Graphics g ) : void
g Graphics
리턴 void

FixupData() 공개 메소드

public FixupData ( ) : void
리턴 void

Plotter() 공개 메소드

public Plotter ( int xsize, int ysize, TypeTabulator, d, TypeList, tl ) : System
xsize int
ysize int
d TypeTabulator,
tl TypeList,
리턴 System

프로퍼티 상세

data 공개적으로 프로퍼티

public ArrayList, data
리턴 ArrayList,