C# Class GUILabel, tf_client

Inheritance: GUIComponent
Show file Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
text string

Public Methods

Method Description
Draw ( ) : void
GUILabel ( string aString, Rect rect ) : UnityEngine
GUILabel ( string aString, float x, float y, float width, float height ) : UnityEngine

Method Details

Draw() public method

public Draw ( ) : void
return void

GUILabel() public method

public GUILabel ( string aString, Rect rect ) : UnityEngine
aString string
rect Rect
return UnityEngine

GUILabel() public method

public GUILabel ( string aString, float x, float y, float width, float height ) : UnityEngine
aString string
x float
y float
width float
height float
return UnityEngine

Property Details

text public property

public string text
return string