C# Class GUILabel, tf_client

Inheritance: GUIComponent
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Свойство Type Description
text string

Méthodes publiques

Méthode 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 méthode

public Draw ( ) : void
Résultat void

GUILabel() public méthode

public GUILabel ( string aString, Rect rect ) : UnityEngine
aString string
rect Rect
Résultat UnityEngine

GUILabel() public méthode

public GUILabel ( string aString, float x, float y, float width, float height ) : UnityEngine
aString string
x float
y float
width float
height float
Résultat UnityEngine

Property Details

text public_oe property

public string text
Résultat string