C# Class ScreenSpaceDebug.LineMessage, WaitingForHorus

Afficher le fichier Open project: merveilles/WaitingForHorus

Méthodes publiques

Свойство Type Description
Age float
Color Color
DrawOnce bool
Drawn bool
Lifetime float
Text string

Méthodes publiques

Méthode Description
DrawLine ( GUIStyle style ) : void
LineMessage ( string text, float lifetime, Color color ) : System.Collections.Generic
Update ( ) : void

Method Details

DrawLine() public méthode

public DrawLine ( GUIStyle style ) : void
style GUIStyle
Résultat void

LineMessage() public méthode

public LineMessage ( string text, float lifetime, Color color ) : System.Collections.Generic
text string
lifetime float
color Color
Résultat System.Collections.Generic

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Age public_oe property

public float Age
Résultat float

Color public_oe property

public Color Color
Résultat Color

DrawOnce public_oe property

public bool DrawOnce
Résultat bool

Drawn public_oe property

public bool Drawn
Résultat bool

Lifetime public_oe property

public float Lifetime
Résultat float

Text public_oe property

public string Text
Résultat string