C# 클래스 AstarDebugger, TheUnseen

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

공개 프로퍼티들

프로퍼티 타입 설명
font Font
fontSize int
graphBufferSize int
show bool
showFPS bool
showGraph bool
showInEditor bool
showMemProfile bool
showPathProfile bool
yOffset int

공개 메소드들

메소드 설명
Cross ( Vector3 p ) : void
DrawGraphLine ( int index, Matrix4x4 m, float x1, float x2, float y1, float y2, Color col ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Cross() 공개 메소드

public Cross ( Vector3 p ) : void
p Vector3
리턴 void

DrawGraphLine() 공개 메소드

public DrawGraphLine ( int index, Matrix4x4 m, float x1, float x2, float y1, float y2, Color col ) : void
index int
m Matrix4x4
x1 float
x2 float
y1 float
y2 float
col Color
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

font 공개적으로 프로퍼티

public Font font
리턴 Font

fontSize 공개적으로 프로퍼티

public int fontSize
리턴 int

graphBufferSize 공개적으로 프로퍼티

public int graphBufferSize
리턴 int

show 공개적으로 프로퍼티

public bool show
리턴 bool

showFPS 공개적으로 프로퍼티

public bool showFPS
리턴 bool

showGraph 공개적으로 프로퍼티

public bool showGraph
리턴 bool

showInEditor 공개적으로 프로퍼티

public bool showInEditor
리턴 bool

showMemProfile 공개적으로 프로퍼티

public bool showMemProfile
리턴 bool

showPathProfile 공개적으로 프로퍼티

public bool showPathProfile
리턴 bool

yOffset 공개적으로 프로퍼티

public int yOffset
리턴 int