C# Class Server.BannerMessage, WaitingForHorus

Afficher le fichier Open project: merveilles/WaitingForHorus

Méthodes publiques

Свойство Type Description
Age float
CalculatedHeight float
IndexY float
Lifetime float
Style GUIStyle
Text string

Méthodes publiques

Méthode Description
BannerMessage ( string text, GUIStyle style ) : System
OnGUI ( ) : void
Update ( ) : void

Method Details

BannerMessage() public méthode

public BannerMessage ( string text, GUIStyle style ) : System
text string
style GUIStyle
Résultat System

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Age public_oe property

public float Age
Résultat float

CalculatedHeight public_oe property

public float CalculatedHeight
Résultat float

IndexY public_oe property

public float IndexY
Résultat float

Lifetime public_oe property

public float Lifetime
Résultat float

Style public_oe property

public GUIStyle Style
Résultat GUIStyle

Text public_oe property

public string Text
Résultat string