C# 클래스 ScreenSpaceDebug.LineMessage, WaitingForHorus

파일 보기 프로젝트 열기: merveilles/WaitingForHorus

공개 프로퍼티들

프로퍼티 타입 설명
Age float
Color Color
DrawOnce bool
Drawn bool
Lifetime float
Text string

공개 메소드들

메소드 설명
DrawLine ( GUIStyle style ) : void
LineMessage ( string text, float lifetime, Color color ) : System.Collections.Generic
Update ( ) : void

메소드 상세

DrawLine() 공개 메소드

public DrawLine ( GUIStyle style ) : void
style GUIStyle
리턴 void

LineMessage() 공개 메소드

public LineMessage ( string text, float lifetime, Color color ) : System.Collections.Generic
text string
lifetime float
color Color
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Age 공개적으로 프로퍼티

public float Age
리턴 float

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

DrawOnce 공개적으로 프로퍼티

public bool DrawOnce
리턴 bool

Drawn 공개적으로 프로퍼티

public bool Drawn
리턴 bool

Lifetime 공개적으로 프로퍼티

public float Lifetime
리턴 float

Text 공개적으로 프로퍼티

public string Text
리턴 string