C# Class ScreenSpaceDebug.LineMessage, WaitingForHorus

Show file Open project: merveilles/WaitingForHorus

Public Properties

Property Type Description
Age float
Color Color
DrawOnce bool
Drawn bool
Lifetime float
Text string

Public Methods

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

Method Details

DrawLine() public method

public DrawLine ( GUIStyle style ) : void
style GUIStyle
return void

LineMessage() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

Age public property

public float Age
return float

Color public property

public Color Color
return Color

DrawOnce public property

public bool DrawOnce
return bool

Drawn public property

public bool Drawn
return bool

Lifetime public property

public float Lifetime
return float

Text public property

public string Text
return string