C# Class ScreenSpaceDebug.LineMessage, WaitingForHorus

ファイルを表示 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_oe property

public float Age
return float

Color public_oe property

public Color Color
return Color

DrawOnce public_oe property

public bool DrawOnce
return bool

Drawn public_oe property

public bool Drawn
return bool

Lifetime public_oe property

public float Lifetime
return float

Text public_oe property

public string Text
return string