Property | Type | Description | |
---|---|---|---|
Age | float | ||
Color | Color | ||
DrawOnce | bool | ||
Drawn | bool | ||
Lifetime | float | ||
Text | string |
Method | Description | |
---|---|---|
DrawLine ( GUIStyle style ) : void | ||
LineMessage ( string text, float lifetime, Color color ) : System.Collections.Generic | ||
Update ( ) : void |
public LineMessage ( string text, float lifetime, Color color ) : System.Collections.Generic | ||
text | string | |
lifetime | float | |
color | Color | |
return | System.Collections.Generic |