C# 클래스 ScreenSpaceDebug.Message, WaitingForHorus

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

공개 프로퍼티들

프로퍼티 타입 설명
DrawOnce bool
Drawn bool

공개 메소드들

메소드 설명
Message ( Vector3 position, string text, float lifetime, Color color, Vector2 size, Vector2 offset, GUIStyle style = null ) : System.Collections.Generic
OnGUI ( ) : void
Update ( ) : void

메소드 상세

Message() 공개 메소드

public Message ( Vector3 position, string text, float lifetime, Color color, Vector2 size, Vector2 offset, GUIStyle style = null ) : System.Collections.Generic
position Vector3
text string
lifetime float
color Color
size Vector2
offset Vector2
style GUIStyle
리턴 System.Collections.Generic

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

DrawOnce 공개적으로 프로퍼티

public bool DrawOnce
리턴 bool

Drawn 공개적으로 프로퍼티

public bool Drawn
리턴 bool