C# 클래스 Server.BannerMessage, WaitingForHorus

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

공개 프로퍼티들

프로퍼티 타입 설명
Age float
CalculatedHeight float
IndexY float
Lifetime float
Style GUIStyle
Text string

공개 메소드들

메소드 설명
BannerMessage ( string text, GUIStyle style ) : System
OnGUI ( ) : void
Update ( ) : void

메소드 상세

BannerMessage() 공개 메소드

public BannerMessage ( string text, GUIStyle style ) : System
text string
style GUIStyle
리턴 System

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Age 공개적으로 프로퍼티

public float Age
리턴 float

CalculatedHeight 공개적으로 프로퍼티

public float CalculatedHeight
리턴 float

IndexY 공개적으로 프로퍼티

public float IndexY
리턴 float

Lifetime 공개적으로 프로퍼티

public float Lifetime
리턴 float

Style 공개적으로 프로퍼티

public GUIStyle Style
리턴 GUIStyle

Text 공개적으로 프로퍼티

public string Text
리턴 string