C# Class GUILabelCentered, tf_client

Inheritance: GUILabel
Afficher le fichier Open project: wids-eria/tf_client

Protected Properties

Свойство Type Description
centeredStyle GUIStyle

Méthodes publiques

Méthode Description
Draw ( ) : void
GUILabelCentered ( string aString, Rect rect ) : UnityEngine
GUILabelCentered ( string aString, float x, float y, float width, float height ) : UnityEngine

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

GUILabelCentered() public méthode

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

GUILabelCentered() public méthode

public GUILabelCentered ( 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

centeredStyle protected_oe static_oe property

protected static GUIStyle centeredStyle
Résultat GUIStyle