public AddText ( string target, string text, Vector2 position ) : void | ||
target | string | Only GUIElements with this name should display the text. |
text | string | The text to be drawn to the screen. |
position | Vector2 | Where the upper-left corner of the text should be |
return | void |